From e35490a3ab7547796742c7739550910bf074eeb5 Mon Sep 17 00:00:00 2001 From: bn_user Date: Mon, 8 Sep 2025 12:10:23 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20dags/split=5Fsubkonto2.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dags/split_subkonto2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dags/split_subkonto2.py b/dags/split_subkonto2.py index 1659149..6fdaae6 100644 --- a/dags/split_subkonto2.py +++ b/dags/split_subkonto2.py @@ -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(