akshare 1.15.40__py3-none-any.whl → 1.15.41__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 CHANGED
@@ -2950,9 +2950,10 @@ amac_manager_cancelled_info # 中国证券投资基金业协会-信息公示-诚
2950
2950
  1.15.38 fix: fix futures_contract_info_ine interface
2951
2951
  1.15.39 fix: fix macro_china_new_house_price interface
2952
2952
  1.15.40 fix: fix macro_china_fdi interface
2953
+ 1.15.41 fix: fix macro_china_fdi interface
2953
2954
  """
2954
2955
 
2955
- __version__ = "1.15.40"
2956
+ __version__ = "1.15.41"
2956
2957
  __author__ = "AKFamily"
2957
2958
 
2958
2959
  import sys
@@ -230,6 +230,7 @@ def macro_china_fdi() -> pd.DataFrame:
230
230
  temp_df["当月-环比增长"] = pd.to_numeric(temp_df["当月-环比增长"], errors="coerce")
231
231
  temp_df["累计"] = pd.to_numeric(temp_df["累计"], errors="coerce")
232
232
  temp_df["累计-同比增长"] = pd.to_numeric(temp_df["累计-同比增长"], errors="coerce")
233
+ temp_df.sort_values(["月份"], ignore_index=True, inplace=True)
233
234
  return temp_df
234
235
 
235
236
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: akshare
3
- Version: 1.15.40
3
+ Version: 1.15.41
4
4
  Summary: AKShare is an elegant and simple financial data interface library for Python, built for human beings!
5
5
  Home-page: https://github.com/akfamily/akshare
6
6
  Author: AKFamily
@@ -1,4 +1,4 @@
1
- akshare/__init__.py,sha256=E_pRDMA3J2pje_4mtYKNAo3sG_kpuDvOSDRPJAWkZok,184696
1
+ akshare/__init__.py,sha256=LeHG3wPM_WM_m1_18naCMwQbJarUARRH-5S6ABncMWg,184739
2
2
  akshare/datasets.py,sha256=-qdwaQjgBlftX84uM74KJqCYJYkQ50PV416_neA4uls,995
3
3
  akshare/exceptions.py,sha256=WEJjIhSmJ_xXNW6grwV4nufE_cfmmyuhmueVGiN1VAg,878
4
4
  akshare/request.py,sha256=HtFFf9MhfEibR-ETWe-1Tts6ELU4VKSqA-ghaXjegQM,4252
@@ -54,7 +54,7 @@ akshare/economic/cons.py,sha256=0JM61Eiro0xqXGnCaDSoLsw5iQWKAtqhRHcXmDfJgyw,1659
54
54
  akshare/economic/macro_australia.py,sha256=JKNaedN19Rw15dn8bPur1yrsQA5j6hfX4tjgh7OCBHY,10801
55
55
  akshare/economic/macro_bank.py,sha256=wG_u5w5YjeFRn1wr-Re7ty_s2CbQ0Qphxs_bIF_20UQ,11495
56
56
  akshare/economic/macro_canada.py,sha256=nNaZ3yZIvgTtRiQhwoEybMX6UpqszPKeixzYITv9ox0,15195
57
- akshare/economic/macro_china.py,sha256=iVDlIEj3WK-QU2SzTb67QDHWLo8WPU1qeGtQTlRnmmo,148716
57
+ akshare/economic/macro_china.py,sha256=vrlOrV0D88JPeJzL1yWzpLlVuoBoQL-UY_wVT6ooUMs,148785
58
58
  akshare/economic/macro_china_hk.py,sha256=dIBc9gAYiHZUjXLF4c3yBK-2s3iLx46GcgJGlVJpv4c,5974
59
59
  akshare/economic/macro_china_nbs.py,sha256=nP6dI-fawch8dz7GMcfGVJsTri-FfIAkvTf3h7DT-kc,9679
60
60
  akshare/economic/macro_constitute.py,sha256=cCfWupKJ86uUzg_pULsg1C2FleHb25mYbfE4x29VnKA,8197
@@ -383,8 +383,8 @@ akshare/utils/token_process.py,sha256=K4rGXjh_tgugbRcyOK2h2x0jP3PT65IIK7nxhUKhOe
383
383
  akshare/utils/tqdm.py,sha256=MuPNwcswkOGjwWQOMWXi9ZvQ_RmW4obCWRj2i7HM7FE,847
384
384
  tests/__init__.py,sha256=gNzhlO0UPjFq6Ieb38kaVIODXv4cTDByrdohAZnDYt4,82
385
385
  tests/test_func.py,sha256=j1MGYbZI2if2j_LY1S4FLsf4qfq4NwVqD5wmRlv5Log,832
386
- akshare-1.15.40.dist-info/LICENSE,sha256=mmSZCPgfHiVw34LXuFArd-SUgQtBJ_QsIlh-kWlDHfs,1073
387
- akshare-1.15.40.dist-info/METADATA,sha256=Zp6VhKlGIJKbU9xWuVSFlth5shr_dVviZhvHZZ02ijo,13423
388
- akshare-1.15.40.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
389
- akshare-1.15.40.dist-info/top_level.txt,sha256=jsf9ZzZPmHaISTVumQPsAw7vv7Yv-PdEVW70SMEelQQ,14
390
- akshare-1.15.40.dist-info/RECORD,,
386
+ akshare-1.15.41.dist-info/LICENSE,sha256=mmSZCPgfHiVw34LXuFArd-SUgQtBJ_QsIlh-kWlDHfs,1073
387
+ akshare-1.15.41.dist-info/METADATA,sha256=ny57_HacSUG1p8NIwHlc6Hk0gys4TXmD5fPixQrX1BQ,13423
388
+ akshare-1.15.41.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
389
+ akshare-1.15.41.dist-info/top_level.txt,sha256=jsf9ZzZPmHaISTVumQPsAw7vv7Yv-PdEVW70SMEelQQ,14
390
+ akshare-1.15.41.dist-info/RECORD,,