diff --git a/count_sum_pandas.py b/count_sum_pandas.py deleted file mode 100644 index 9fca5a3..0000000 --- a/count_sum_pandas.py +++ /dev/null @@ -1,4 +0,0 @@ -import pandas as pd - -def count_sum(df: pd.DataFrame) -> pd.DataFrame: - return df.groupby('Товар')['Количество'].sum().reset_index().set_index('Товар') \ No newline at end of file