Удалить count_sum_pandas.py

This commit is contained in:
Шимченко 2025-07-19 20:53:46 +00:00
parent 40a8fb8d4c
commit 62917a9589

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('Товар')