Удалить count_sum_pandas.py

This commit is contained in:
Шимченко 2025-08-06 12:15:54 +00:00
parent c23bf09041
commit 5e9a541735

View File

@ -1,4 +0,0 @@
import pandas as pd
def count_sum(df: pd.DataFrame) -> pd.DataFrame:
return df.groupby('Товар')['Количество'].sum().reset_index().set_index('Товар')