From 8e07f136929b6c1ac5a0150c295c1ad9bbbdd6e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A8=D0=B8=D0=BC=D1=87=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Wed, 16 Jul 2025 14:32:09 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20co?= =?UTF-8?q?unt=5Fsum=5Fpandas.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- count_sum_pandas.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 count_sum_pandas.py diff --git a/count_sum_pandas.py b/count_sum_pandas.py deleted file mode 100644 index 09da9a6..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() \ No newline at end of file