merge(eda): pipeline EDA de carpeta/base multi-tabla + join graph rasterizado a Figure

# Conflicts:
#	python/functions/datascience/__init__.py
This commit is contained in:
2026-06-30 21:00:35 +02:00
11 changed files with 1422 additions and 0 deletions
+2
View File
@@ -76,9 +76,11 @@ from .resample_timeseries import resample_timeseries
from .add_pdf_internal_links import add_pdf_internal_links
from .suggest_intratable_fk_candidates import suggest_intratable_fk_candidates
from .render_paper_pdf import render_paper_pdf
from .draw_join_graph_figure import draw_join_graph_figure
__all__ = [
"render_paper_pdf",
"draw_join_graph_figure",
"suggest_intratable_fk_candidates",
"detect_time_column",
"extract_timeseries_raw",