Удалить count_sum_pandas.py

This commit is contained in:
Шимченко 2025-07-16 14:32:09 +00:00
parent 2385c379df
commit 8e07f13692

View File

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