egutierrez
f3d427d9e4
feat(eda): wiring AutomaticEDA — build_eda_render_ctx + pipeline render_automatic_eda + profile_table(emit_automatic)
...
Conecta el motor AutomaticEDA con los datos crudos para que los 4 capítulos
dependientes de ctx (modelos, timeseries, geospatial, agregacion) salgan
POBLADOS en vez de degradar a una nota.
- build_eda_render_ctx (datascience, impure, dict-no-throw): dado db_path+table
y el TableProfile agregado, construye el ctx con los datos crudos que el
perfil no incluye: raw_numeric {col:[float|None]} alineado por fila (modelos /
geospatial), timeseries_raw {time_col,t,series} vía extract_timeseries_raw,
geo_points {lats,lons} desde el par lat/lon detectado, y db_path/table para el
groupby/pivot push-down de agregacion. Muestrea con LIMIT (no trae la tabla
entera a RAM). Compone detect_time_column / extract_timeseries_raw /
detect_latlon_columns / duckdb_query_readonly (imports lazy para evitar ciclo).
- render_automatic_eda (pipeline): one-shot perfil -> ctx -> PDF + PPTX con los
11 capítulos poblados; devuelve rutas + manifest de versiones por capítulo.
- profile_table: flag aditivo emit_automatic=True emite el AutomaticEDA PDF+PPTX
además del flujo legacy (emit_pdf/render_eda_pdf intacto). Nuevas claves de
retorno aeda_pdf_path / aeda_pptx_path / aeda_manifest_path.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-30 16:08:41 +02:00
..
2026-05-05 23:34:03 +02:00
2026-03-29 00:54:24 +01:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-21 14:22:55 +02:00
2026-06-21 14:22:55 +02:00
2026-05-17 00:07:03 +02:00
2026-05-17 00:07:03 +02:00
2026-05-16 16:33:22 +02:00
2026-05-16 16:33:22 +02:00
2026-05-16 16:33:22 +02:00
2026-05-16 16:33:22 +02:00
2026-06-06 12:49:54 +02:00
2026-06-06 12:49:54 +02:00
2026-06-26 19:43:47 +02:00
2026-06-27 02:40:50 +02:00
2026-06-26 19:43:47 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 12:50:30 +02:00
2026-06-28 15:01:37 +02:00
2026-06-28 15:01:37 +02:00
2026-06-27 18:24:52 +02:00
2026-06-24 15:09:33 +02:00
2026-06-24 15:35:12 +02:00
2026-06-24 15:35:12 +02:00
2026-06-24 00:30:30 +02:00
2026-06-27 18:24:52 +02:00
2026-06-24 02:34:10 +02:00
2026-06-24 02:34:10 +02:00
2026-06-28 15:59:26 +02:00
2026-06-28 15:59:26 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 16:33:03 +02:00
2026-06-24 12:53:40 +02:00
2026-06-24 12:53:40 +02:00
2026-06-24 12:53:40 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-28 18:14:46 +02:00
2026-06-28 18:14:46 +02:00
2026-05-14 00:28:20 +02:00
2026-05-04 23:35:22 +02:00
2026-05-14 00:28:20 +02:00
2026-05-04 23:35:22 +02:00
2026-05-16 16:33:22 +02:00
2026-05-16 16:33:22 +02:00
2026-05-17 00:07:03 +02:00
2026-06-01 22:23:12 +02:00
2026-05-17 00:07:03 +02:00
2026-06-17 00:04:41 +02:00
2026-06-17 00:04:41 +02:00
2026-06-17 00:04:41 +02:00
2026-05-14 00:28:20 +02:00
2026-05-04 23:35:22 +02:00
2026-04-30 16:52:46 +02:00
2026-04-30 16:52:46 +02:00
2026-05-30 17:28:47 +02:00
2026-05-30 17:28:47 +02:00
2026-04-05 17:11:32 +02:00
2026-05-14 00:28:20 +02:00
2026-04-05 17:11:32 +02:00
2026-06-14 15:31:28 +02:00
2026-06-14 15:31:28 +02:00
2026-06-14 15:31:28 +02:00
2026-05-14 00:28:20 +02:00
2026-05-04 23:35:22 +02:00
2026-06-12 00:43:59 +02:00
2026-06-12 00:43:59 +02:00
2026-06-12 00:43:59 +02:00
2026-06-12 00:43:59 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-21 14:22:55 +02:00
2026-06-21 14:22:55 +02:00
2026-06-14 23:55:16 +02:00
2026-06-20 18:22:23 +02:00
2026-06-01 22:23:12 +02:00
2026-03-29 00:54:24 +01:00
2026-06-01 11:39:08 +02:00
2026-06-01 11:39:08 +02:00
2026-04-05 18:45:16 +02:00
2026-03-29 00:54:24 +01:00
2026-04-05 18:45:16 +02:00
2026-03-29 00:54:24 +01:00
2026-06-01 22:23:12 +02:00
2026-05-17 02:44:04 +02:00
2026-06-22 20:11:26 +02:00
2026-06-22 20:11:26 +02:00
2026-06-22 20:11:26 +02:00
2026-06-22 20:11:26 +02:00
2026-04-05 18:45:16 +02:00
2026-04-05 17:11:32 +02:00
2026-06-29 04:05:38 +02:00
2026-06-20 18:22:23 +02:00
2026-06-29 04:05:38 +02:00
2026-06-29 06:37:47 +02:00
2026-06-30 16:08:41 +02:00
2026-06-30 16:08:41 +02:00
2026-06-21 14:22:55 +02:00
2026-06-21 14:22:55 +02:00
2026-06-14 15:12:07 +02:00
2026-06-14 15:12:07 +02:00
2026-06-14 15:12:07 +02:00
2026-06-21 14:22:55 +02:00
2026-06-21 14:22:55 +02:00
2026-06-21 14:22:55 +02:00
2026-05-18 18:17:08 +02:00
2026-05-18 18:17:08 +02:00
2026-06-30 16:08:41 +02:00
2026-06-30 16:08:41 +02:00
2026-06-30 16:08:41 +02:00
2026-04-05 18:45:16 +02:00
2026-04-05 17:11:32 +02:00
2026-06-22 11:29:49 +02:00
2026-06-22 11:29:49 +02:00
2026-06-22 11:29:49 +02:00
2026-06-14 15:12:07 +02:00
2026-06-14 15:12:07 +02:00
2026-06-14 15:12:07 +02:00
2026-05-14 00:28:20 +02:00
2026-05-05 23:34:03 +02:00
2026-05-14 00:28:20 +02:00
2026-05-14 00:28:20 +02:00
2026-05-14 18:13:22 +02:00