mns-common 1.3.0.5__py3-none-any.whl → 1.3.0.7__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-common might be problematic. Click here for more details.

@@ -103,7 +103,7 @@ def amend_ths_industry(real_time_quotes_now_init):
103
103
  real_time_quotes_now_result = pd.concat([real_time_quotes_now, na_industry_data], axis=0)
104
104
  real_time_quotes_now['mv_circulation_ratio'].fillna(1, inplace=True)
105
105
  # 处理na值
106
- real_time_quotes_now_result.fillna('', inplace=True)
106
+ real_time_quotes_now_result.fillna(0, inplace=True)
107
107
  return real_time_quotes_now_result
108
108
 
109
109
 
@@ -160,4 +160,4 @@ STOCK_GDFX_TOP_10 = 'stock_gdfx_top_10'
160
160
  THS_INDUSTRY_LIST = 'ths_industry_list'
161
161
 
162
162
  # 同花顺行业股票详情
163
- THS_SYMBOL_INDUSTRY_DETAIL = 'ths_stock_industry_detail'
163
+ THS_STOCK_INDUSTRY_DETAIL = 'ths_stock_industry_detail'
@@ -1,4 +1,4 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mns_common
3
- Version: 1.3.0.5
3
+ Version: 1.3.0.7
4
4
 
@@ -67,7 +67,7 @@ mns_common/component/classify/symbol_classify_api.py,sha256=fwT2qM-F-eADOtUeRgyq
67
67
  mns_common/component/classify/symbol_classify_param.py,sha256=ZOXoZeZ2grVACrpRCQyTF6_NEI9fI-tspYj7jubnkmc,1356
68
68
  mns_common/component/company/__init__.py,sha256=2U9DiKslxsWwLLEcZKjS8UiQPN1QgALvnK3HiJNIZE0,163
69
69
  mns_common/component/company/company_common_service_api.py,sha256=pqb11v5y0uFWJtqA7K-AMf6hzyrFUq_OVpvr7uaWOow,8252
70
- mns_common/component/company/company_common_service_new_api.py,sha256=9lCqq_8OA3n_aBSIGVaX0B_FEP8YLUgQCNV4WP8ikUE,5543
70
+ mns_common/component/company/company_common_service_new_api.py,sha256=lSPsNzvxOK7MEHtXz8ZaBV3haCXIQY8Bs8hMPYH5V_U,5542
71
71
  mns_common/component/concept/__init__.py,sha256=2U9DiKslxsWwLLEcZKjS8UiQPN1QgALvnK3HiJNIZE0,163
72
72
  mns_common/component/concept/kpl_concept_common_service_api.py,sha256=Ruc3INOhVjB0X1LeMRX0zL3uhv9OLweG2hj6wkZffow,3235
73
73
  mns_common/component/concept/ths_concept_common_service_api.py,sha256=ik_3T0oWtyTWYOSjmSEGrcd32DsvoHqiEYeGDMLIRRg,10270
@@ -110,7 +110,7 @@ mns_common/component/zt/__init__.py,sha256=2U9DiKslxsWwLLEcZKjS8UiQPN1QgALvnK3Hi
110
110
  mns_common/component/zt/zt_common_service_api.py,sha256=6pHRLLJjKcLLBA-xXkAU8SE6DZ5dgVFBRVjJmhkL0II,11945
111
111
  mns_common/constant/__init__.py,sha256=2U9DiKslxsWwLLEcZKjS8UiQPN1QgALvnK3HiJNIZE0,163
112
112
  mns_common/constant/black_list_classify_enum.py,sha256=I8U_DcltzYvlWjgn-TFLImgVgPuO0lxMnEJAQJBljdo,3995
113
- mns_common/constant/db_name_constant.py,sha256=fD32fT2KMFiHvIXHPBddwMAaT2FRsn-NaH4iXdOzw_Q,4141
113
+ mns_common/constant/db_name_constant.py,sha256=5j_dfmZi8t92B5SbsXRIsps6r9rs0TspPlqLAAcqCjQ,4140
114
114
  mns_common/constant/price_enum.py,sha256=nhcPxk0AFdQAp8IsNr5EP9xURLqqJuSl6ljIzTp7Wyo,1093
115
115
  mns_common/constant/redis_msg_constant.py,sha256=fMtI_WbJ2IkMX4qGwvR5MkMO0NqU8XgUUZqQzHIRscU,501
116
116
  mns_common/constant/self_choose_constant.py,sha256=QJVSwUpnXvMYA62V3_8ptDqBdI2J8S5FqI5rYSJTwT0,496
@@ -125,7 +125,7 @@ mns_common/utils/date_handle_util.py,sha256=P4WJUmoDpo4IoCrt2z4keyr7pqXHKmCZBVod
125
125
  mns_common/utils/db_util.py,sha256=hSmfNAN4vEeEaUva6_cicZEhb2jSnib-Gvk2reke1vc,2590
126
126
  mns_common/utils/file_util.py,sha256=egWu6PenGPRp_ixrNTHKarT4dAnOT6FETR82EHUZJnQ,1042
127
127
  mns_common/utils/ip_util.py,sha256=UTcYfz_uytB__6nlBf7T-izuI7hi4XdB6ET0sJgEel4,969
128
- mns_common-1.3.0.5.dist-info/METADATA,sha256=4oqMx5_t7bTuOFhRBJpakTTflEN0noQbxP5YVBb6w8E,61
129
- mns_common-1.3.0.5.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
130
- mns_common-1.3.0.5.dist-info/top_level.txt,sha256=ZC58kAR-8Hvc6U2xhYNBNLAh3mb6sZazbdj5nZpvEkQ,11
131
- mns_common-1.3.0.5.dist-info/RECORD,,
128
+ mns_common-1.3.0.7.dist-info/METADATA,sha256=Y7pxm39ct5syVrx8hBfaGvLISIoaWZ31048zwSi1a0M,61
129
+ mns_common-1.3.0.7.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
130
+ mns_common-1.3.0.7.dist-info/top_level.txt,sha256=ZC58kAR-8Hvc6U2xhYNBNLAh3mb6sZazbdj5nZpvEkQ,11
131
+ mns_common-1.3.0.7.dist-info/RECORD,,