@ -0,0 +1,7 @@
python
import pandas as pd
def count-sum(df: pd.DataFrame) -> pd.DataFrame
result = df.groupby('Товар')['Количество'].sum().to_frame()
return result
The note is not visible to the blocked user.