mns-scheduler 1.2.3.7__py3-none-any.whl → 1.2.3.8__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mns-scheduler might be problematic. Click here for more details.
- mns_scheduler/company_info/base/sync_company_base_info_api.py +6 -7
- mns_scheduler/company_info/constant/company_constant_data.py +1 -0
- {mns_scheduler-1.2.3.7.dist-info → mns_scheduler-1.2.3.8.dist-info}/METADATA +1 -1
- {mns_scheduler-1.2.3.7.dist-info → mns_scheduler-1.2.3.8.dist-info}/RECORD +6 -6
- {mns_scheduler-1.2.3.7.dist-info → mns_scheduler-1.2.3.8.dist-info}/WHEEL +0 -0
- {mns_scheduler-1.2.3.7.dist-info → mns_scheduler-1.2.3.8.dist-info}/top_level.txt +0 -0
|
@@ -162,12 +162,11 @@ def single_thread_sync_company_info(east_money_stock_info,
|
|
|
162
162
|
lambda x: x[1:5] + '00')
|
|
163
163
|
company_info_type['third_industry_code'] = company_info_type['hy3code'].apply(
|
|
164
164
|
lambda x: x[1:7])
|
|
165
|
-
|
|
166
|
-
company_info_type['
|
|
167
|
-
company_info_type['
|
|
168
|
-
company_info_type['
|
|
169
|
-
|
|
170
|
-
|
|
165
|
+
# company_info_type['main_business_list'] = company_info_type['main_business_list']
|
|
166
|
+
# company_info_type['most_profitable_business'] = company_info_type['most_profitable_business']
|
|
167
|
+
# company_info_type['most_profitable_business_rate'] = company_info_type['most_profitable_business_rate']
|
|
168
|
+
# company_info_type['most_profitable_business_profit'] = company_info_type['most_profitable_business_profit']
|
|
169
|
+
#
|
|
171
170
|
company_info_type['first_sw_industry'] = company_info_type['hy']
|
|
172
171
|
company_info_type['second_sw_industry'] = company_info_type['hy2']
|
|
173
172
|
company_info_type['third_sw_industry'] = company_info_type['hy3']
|
|
@@ -438,5 +437,5 @@ if __name__ == '__main__':
|
|
|
438
437
|
# query = {"total_operate_income": 0}
|
|
439
438
|
# un_report_company_info = mongodb_util.find_query_data(db_name_constant.COMPANY_INFO, query)
|
|
440
439
|
# symbol_list = list(un_report_company_info['symbol'])
|
|
441
|
-
sync_company_base_info(
|
|
440
|
+
sync_company_base_info(None)
|
|
442
441
|
# group_by_industry()
|
|
@@ -7,12 +7,12 @@ mns_scheduler/company_info/__init__.py,sha256=QWBdZwBCvQw8aS4hnL9_pg3U3ZiNLUXzlI
|
|
|
7
7
|
mns_scheduler/company_info/announce/__init__.py,sha256=wEg73KlZo-dU0yKGwpA1C2y6LZm4IBb94tNda1tqLeg,163
|
|
8
8
|
mns_scheduler/company_info/announce/company_announce_sync_service.py,sha256=O0x0dqqnCmzzFenw4fShzWPAi_wegtvAZ9EB0ubrvnM,2808
|
|
9
9
|
mns_scheduler/company_info/base/__init__.py,sha256=wEg73KlZo-dU0yKGwpA1C2y6LZm4IBb94tNda1tqLeg,163
|
|
10
|
-
mns_scheduler/company_info/base/sync_company_base_info_api.py,sha256=
|
|
10
|
+
mns_scheduler/company_info/base/sync_company_base_info_api.py,sha256=D6puyEfh0JtS7grQ4OQ1AK2c4eDXlhOHFAOIEfNUMUM,20548
|
|
11
11
|
mns_scheduler/company_info/base/sync_company_hold_info_api.py,sha256=W3Nj9st45efx8cy_42PRTcOXijWKnkO1-ZFRyyfR3S0,1587
|
|
12
12
|
mns_scheduler/company_info/clean/__init__.py,sha256=wEg73KlZo-dU0yKGwpA1C2y6LZm4IBb94tNda1tqLeg,163
|
|
13
13
|
mns_scheduler/company_info/clean/company_info_clean_api.py,sha256=pDTOowP7byNK2i3XQJhKwLx6YFUq2Az30ckeqe5EEQE,6095
|
|
14
14
|
mns_scheduler/company_info/constant/__init__.py,sha256=wEg73KlZo-dU0yKGwpA1C2y6LZm4IBb94tNda1tqLeg,163
|
|
15
|
-
mns_scheduler/company_info/constant/company_constant_data.py,sha256=
|
|
15
|
+
mns_scheduler/company_info/constant/company_constant_data.py,sha256=az9oWY6yffa9dSvkwh6P9SZpVgub0GRaafEWrAvnURU,22341
|
|
16
16
|
mns_scheduler/company_info/de_list_stock/__init__.py,sha256=wEg73KlZo-dU0yKGwpA1C2y6LZm4IBb94tNda1tqLeg,163
|
|
17
17
|
mns_scheduler/company_info/de_list_stock/de_list_stock_service.py,sha256=GCp6hlvO-SuH1oIpEsYZwEnGUOa6fXb2D7CqAUYXKQA,1993
|
|
18
18
|
mns_scheduler/company_info/remark/__init__.py,sha256=wEg73KlZo-dU0yKGwpA1C2y6LZm4IBb94tNda1tqLeg,163
|
|
@@ -147,7 +147,7 @@ mns_scheduler/zt/zt_pool/ths_zt_pool_sync_api.py,sha256=Sy39T-yFwLSIIoSZqQzS-6-W
|
|
|
147
147
|
mns_scheduler/zt/zt_pool/update_null_zt_reason_api.py,sha256=1uoiR2Uw46kDfjkvNg2US5rd_4OIkYO3872gIJOufUY,2135
|
|
148
148
|
mns_scheduler/zz_task/__init__.py,sha256=QWBdZwBCvQw8aS4hnL9_pg3U3ZiNLUXzlImyy9WhUcI,163
|
|
149
149
|
mns_scheduler/zz_task/data_sync_task.py,sha256=RIk2ymL9xFQB5OkKWL2NAbTaDzQVaAZ1PkkhgQb9pxI,21669
|
|
150
|
-
mns_scheduler-1.2.3.
|
|
151
|
-
mns_scheduler-1.2.3.
|
|
152
|
-
mns_scheduler-1.2.3.
|
|
153
|
-
mns_scheduler-1.2.3.
|
|
150
|
+
mns_scheduler-1.2.3.8.dist-info/METADATA,sha256=SMEQ6g-kjUXCZ0Ii30oesbFqQnOeGw6Dc4dXO9MIABA,64
|
|
151
|
+
mns_scheduler-1.2.3.8.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
152
|
+
mns_scheduler-1.2.3.8.dist-info/top_level.txt,sha256=PXQDFBGR1pWmsUbH5yiLAh71P5HZODTRED0zJ8CCgOc,14
|
|
153
|
+
mns_scheduler-1.2.3.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|