api 1.6
This commit is contained in:
@@ -23,7 +23,7 @@ def process_sheet(df, real_arti:str, real_quantity:str, real_sum_1:str):
|
||||
|
||||
#Группировка
|
||||
df = df.groupby('arti', as_index=False).agg({'counts': 'sum', 'price': 'sum'}) #groupping
|
||||
#df = processing(df) #vlookup for ref_keys
|
||||
df = processing(df) #vlookup for ref_keys
|
||||
validated_rows, errors = [], []
|
||||
for i, row in df.iterrows(): #проходит построчно по df, где i - индекс строки, row - данные строки
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user