akshare 1.15.76__py3-none-any.whl → 1.15.77__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 akshare might be problematic. Click here for more details.
- akshare/__init__.py +2 -1
- akshare/option/option_commodity.py +2 -2
- {akshare-1.15.76.dist-info → akshare-1.15.77.dist-info}/METADATA +1 -1
- {akshare-1.15.76.dist-info → akshare-1.15.77.dist-info}/RECORD +7 -7
- {akshare-1.15.76.dist-info → akshare-1.15.77.dist-info}/LICENSE +0 -0
- {akshare-1.15.76.dist-info → akshare-1.15.77.dist-info}/WHEEL +0 -0
- {akshare-1.15.76.dist-info → akshare-1.15.77.dist-info}/top_level.txt +0 -0
akshare/__init__.py
CHANGED
|
@@ -2986,9 +2986,10 @@ amac_manager_cancelled_info # 中国证券投资基金业协会-信息公示-诚
|
|
|
2986
2986
|
1.15.74 fix: fix macro_australia_retail_rate_monthly interface
|
|
2987
2987
|
1.15.75 feat: add futures_hist_em interface
|
|
2988
2988
|
1.15.76 fix: fix futures_zh_minute_sina interface
|
|
2989
|
+
1.15.77 fix: fix option_czce_daily interface
|
|
2989
2990
|
"""
|
|
2990
2991
|
|
|
2991
|
-
__version__ = "1.15.
|
|
2992
|
+
__version__ = "1.15.77"
|
|
2992
2993
|
__author__ = "AKFamily"
|
|
2993
2994
|
|
|
2994
2995
|
import sys
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env python
|
|
2
2
|
# -*- coding:utf-8 -*-
|
|
3
3
|
"""
|
|
4
|
-
Date:
|
|
4
|
+
Date: 2025/1/17 23:00
|
|
5
5
|
Desc: 商品期权数据
|
|
6
6
|
说明:
|
|
7
7
|
(1) 价格:自2019年12月02日起,纤维板报价单位由元/张改为元/立方米
|
|
@@ -335,7 +335,7 @@ def option_czce_daily(
|
|
|
335
335
|
new_df = __option_czce_daily_convert_numeric_columns(temp_df)
|
|
336
336
|
return new_df
|
|
337
337
|
elif symbol == "瓶片期权":
|
|
338
|
-
temp_df = table_df[table_df.iloc[:, 0].str.contains("
|
|
338
|
+
temp_df = table_df[table_df.iloc[:, 0].str.contains("PR")]
|
|
339
339
|
temp_df.reset_index(inplace=True, drop=True)
|
|
340
340
|
temp_df = temp_df.iloc[:-1, :].copy()
|
|
341
341
|
new_df = __option_czce_daily_convert_numeric_columns(temp_df)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
akshare/__init__.py,sha256=
|
|
1
|
+
akshare/__init__.py,sha256=Tw63TSaxmNRk4Dqn31HBPBdqlyACvjPVjMderWtdnVg,186462
|
|
2
2
|
akshare/datasets.py,sha256=rKuRNZrqi6IMsZ9nyvO3Rx02js0tH3zMLjz8HQNAoPQ,963
|
|
3
3
|
akshare/exceptions.py,sha256=WEJjIhSmJ_xXNW6grwV4nufE_cfmmyuhmueVGiN1VAg,878
|
|
4
4
|
akshare/request.py,sha256=HtFFf9MhfEibR-ETWe-1Tts6ELU4VKSqA-ghaXjegQM,4252
|
|
@@ -190,7 +190,7 @@ akshare/nlp/nlp_interface.py,sha256=PyZjT3PkuTbloop-JwLwZ2kNi22zdO-r_pRUWQ5SmgM,
|
|
|
190
190
|
akshare/option/__init__.py,sha256=RMTf1bT5EOE3ttWpn3hGu1LtUmsVxDoa0W7W0gXHOy8,81
|
|
191
191
|
akshare/option/cons.py,sha256=zTRZ62RFwOcAKfmso-7nZJtT3a8Dt1nQbNnEjSqgjpI,4811
|
|
192
192
|
akshare/option/option_comm_qihuo.py,sha256=kjbdp-94KJJJi1ex5U03abtlgviqwP0Aahb6FwddPkk,3128
|
|
193
|
-
akshare/option/option_commodity.py,sha256=
|
|
193
|
+
akshare/option/option_commodity.py,sha256=Ovg561J_CSfe7aB1hq47vw3uuWtwMz5HW-2GhaS2z88,25711
|
|
194
194
|
akshare/option/option_commodity_sina.py,sha256=r6qK_K7w3A6Uqp5ZtBb4pW7vH04oMyeCEZLLGqi0jpA,7776
|
|
195
195
|
akshare/option/option_czce.py,sha256=L4i7TVKcOns5ZKoqq-mrSykdx3SGwu6OL4eI77-A_lc,1812
|
|
196
196
|
akshare/option/option_daily_stats_sse_szse.py,sha256=Ip_vE81qbEGt4ocbtWfUT7XGu0HWU0zKkzauZeq9RJA,4962
|
|
@@ -380,8 +380,8 @@ akshare/utils/token_process.py,sha256=K4rGXjh_tgugbRcyOK2h2x0jP3PT65IIK7nxhUKhOe
|
|
|
380
380
|
akshare/utils/tqdm.py,sha256=MuPNwcswkOGjwWQOMWXi9ZvQ_RmW4obCWRj2i7HM7FE,847
|
|
381
381
|
tests/__init__.py,sha256=gNzhlO0UPjFq6Ieb38kaVIODXv4cTDByrdohAZnDYt4,82
|
|
382
382
|
tests/test_func.py,sha256=j1MGYbZI2if2j_LY1S4FLsf4qfq4NwVqD5wmRlv5Log,832
|
|
383
|
-
akshare-1.15.
|
|
384
|
-
akshare-1.15.
|
|
385
|
-
akshare-1.15.
|
|
386
|
-
akshare-1.15.
|
|
387
|
-
akshare-1.15.
|
|
383
|
+
akshare-1.15.77.dist-info/LICENSE,sha256=mmSZCPgfHiVw34LXuFArd-SUgQtBJ_QsIlh-kWlDHfs,1073
|
|
384
|
+
akshare-1.15.77.dist-info/METADATA,sha256=buksHKO4RHQGvgpPHGGHNwa5_yxTuXb8bU9OmZMUZAs,13679
|
|
385
|
+
akshare-1.15.77.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
386
|
+
akshare-1.15.77.dist-info/top_level.txt,sha256=jsf9ZzZPmHaISTVumQPsAw7vv7Yv-PdEVW70SMEelQQ,14
|
|
387
|
+
akshare-1.15.77.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|