# preagregaty i analiza AI
This commit is contained in:
@@ -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] = {}
|
||||
|
||||
Reference in New Issue
Block a user