mns-common 1.3.4.0__py3-none-any.whl → 1.3.4.1__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.

@@ -67,6 +67,7 @@ def get_minute_data(symbol, start_date, end_date, period,
67
67
  temp_df.index = pd.to_datetime(temp_df["time"])
68
68
  temp_df = temp_df[start_date:end_date]
69
69
  temp_df.reset_index(drop=True, inplace=True)
70
+ temp_df["open"] = pd.to_numeric(temp_df["open"], errors="coerce")
70
71
  temp_df["volume"] = pd.to_numeric(temp_df["volume"], errors="coerce")
71
72
  temp_df["close"] = pd.to_numeric(temp_df["close"], errors="coerce")
72
73
  temp_df["high"] = pd.to_numeric(temp_df["high"], errors="coerce")
@@ -1,4 +1,4 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mns_common
3
- Version: 1.3.4.0
3
+ Version: 1.3.4.1
4
4
 
@@ -20,7 +20,7 @@ mns_common/api/hk/__init__.py,sha256=wEg73KlZo-dU0yKGwpA1C2y6LZm4IBb94tNda1tqLeg
20
20
  mns_common/api/hk/ths_hk_company_info_api.py,sha256=Cxlbuccopa0G1s8o0uTnnyLn2QaxOvbDpJQJOj7J8a8,5360
21
21
  mns_common/api/k_line/__init__.py,sha256=itoGlqKhsx7EVXQoD1vchDKQ5GPB16vDjofTSuQtrXg,161
22
22
  mns_common/api/k_line/stock_k_line_data_api.py,sha256=v27p4qU0bhBGp2t8bZDnyMz20a71GduhmK7uylt6GH4,3496
23
- mns_common/api/k_line/stock_minute_data_api.py,sha256=Vt3ZP8HJjHmtquBV0vrKqDXDRF5dESrejrfyPtScxdg,5247
23
+ mns_common/api/k_line/stock_minute_data_api.py,sha256=FNe9I_lvgdyEsKQVzdA0vZ5CWeB-KGtJiCpj0YPRuwY,5322
24
24
  mns_common/api/kpl/__init__.py,sha256=2U9DiKslxsWwLLEcZKjS8UiQPN1QgALvnK3HiJNIZE0,163
25
25
  mns_common/api/kpl/common/__init__.py,sha256=8b2PuXJM5fLoq71cWPXp695czQuaRtyR6OVHajGjDPc,161
26
26
  mns_common/api/kpl/common/kpl_common_api.py,sha256=DP8RqJXGGB804G3ykYgyYh3fHtv8E2v0BWiEGPXSSBc,4272
@@ -136,7 +136,7 @@ mns_common/utils/date_handle_util.py,sha256=XS-MyA8_7k35LOCFAYOHgVcVkMft_Kc4Wa9U
136
136
  mns_common/utils/db_util.py,sha256=hSmfNAN4vEeEaUva6_cicZEhb2jSnib-Gvk2reke1vc,2590
137
137
  mns_common/utils/file_util.py,sha256=egWu6PenGPRp_ixrNTHKarT4dAnOT6FETR82EHUZJnQ,1042
138
138
  mns_common/utils/ip_util.py,sha256=UTcYfz_uytB__6nlBf7T-izuI7hi4XdB6ET0sJgEel4,969
139
- mns_common-1.3.4.0.dist-info/METADATA,sha256=mkeP7IrQzQ7---Eu4no4t1EN82NAiQ7LwN25nS06XBI,61
140
- mns_common-1.3.4.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
141
- mns_common-1.3.4.0.dist-info/top_level.txt,sha256=ZC58kAR-8Hvc6U2xhYNBNLAh3mb6sZazbdj5nZpvEkQ,11
142
- mns_common-1.3.4.0.dist-info/RECORD,,
139
+ mns_common-1.3.4.1.dist-info/METADATA,sha256=DaeoOdU_wp-rMTuM_asGS0oViwGW7blZ6kdMhtyZdlQ,61
140
+ mns_common-1.3.4.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
141
+ mns_common-1.3.4.1.dist-info/top_level.txt,sha256=ZC58kAR-8Hvc6U2xhYNBNLAh3mb6sZazbdj5nZpvEkQ,11
142
+ mns_common-1.3.4.1.dist-info/RECORD,,