# preagregaty i analiza AI

This commit is contained in:
zzdrojewskipaw
2025-09-07 19:25:04 +02:00
parent ccb389c446
commit 530f83f77b
3 changed files with 311 additions and 83 deletions

View File

@@ -117,8 +117,8 @@ def top10_customers_by_sales(df: pd.DataFrame) -> pd.DataFrame:
# ------------------- Runner -------------------
# def compute_preaggregates(rows: List[tuple]) -> dict[str, pd.DataFrame]:
def compute_preaggregates(rows):
def compute_preaggregates(rows: List[tuple]) -> dict[str, pd.DataFrame]:
#def compute_preaggregates(rows):
"""Główny punkt wejścia: rows -> df -> uruchom wszystkie agregatory."""
df = to_df(rows)
# results: dict[str, pd.DataFrame] = {}