Обновить dags/split_subkonto2.py

This commit is contained in:
bn_user 2025-09-08 12:10:23 +00:00
parent c7e76ee35d
commit e35490a3ab
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@ def merge_dict_and_split_1C(**kwargs):
df_split_subkonto = pd.DataFrame.from_records(split_subkonto) if split_subkonto else pd.DataFrame()
result_df = df_split_subkonto.merge(df_dict_subkonto, how='left', on='subkonto2', suffixes=('_split', '_dict'))
return result_df[result_df['subkonto2']=='договор займа №02/11/17']
result_df['naimenovanie'] = result_df['naimenovanie_split']
result_df['nomer'] = np.where(