akshare 1.15.42__py3-none-any.whl → 1.15.43__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
@@ -2952,9 +2952,10 @@ amac_manager_cancelled_info # 中国证券投资基金业协会-信息公示-诚
2952
2952
  1.15.40 fix: fix macro_china_fdi interface
2953
2953
  1.15.41 fix: fix macro_china_fdi interface
2954
2954
  1.15.42 fix: fix get_roll_yield_bar interface
2955
+ 1.15.43 fix: fix macro_china_urban_unemployment interface
2955
2956
  """
2956
2957
 
2957
- __version__ = "1.15.42"
2958
+ __version__ = "1.15.43"
2958
2959
  __author__ = "AKFamily"
2959
2960
 
2960
2961
  import sys
@@ -327,6 +327,7 @@ def macro_china_urban_unemployment() -> pd.DataFrame:
327
327
  temp_df.columns = ["date", "item", "value"]
328
328
  temp_df["item"] = temp_df["item"].map(code_item_map)
329
329
  temp_df["value"] = pd.to_numeric(temp_df["value"], errors="coerce")
330
+ temp_df.sort_values(by=["date"], ignore_index=True, inplace=True)
330
331
  return temp_df
331
332
 
332
333
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: akshare
3
- Version: 1.15.42
3
+ Version: 1.15.43
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=AKrQXVbxBE0WBJwKdTU0eWBNw1TH4O_Rtkxnagldcdc,184785
1
+ akshare/__init__.py,sha256=uxia6EqdSE8ySJmzG-tkP6xbZEwVKYQXA_jzhb13j84,184843
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=vrlOrV0D88JPeJzL1yWzpLlVuoBoQL-UY_wVT6ooUMs,148785
57
+ akshare/economic/macro_china.py,sha256=O3pgTke7VbHMJKY3ZRU6hC_noOXnaQFPr0u2qJsebEY,148855
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.42.dist-info/LICENSE,sha256=mmSZCPgfHiVw34LXuFArd-SUgQtBJ_QsIlh-kWlDHfs,1073
387
- akshare-1.15.42.dist-info/METADATA,sha256=IsPcr7junkYm9ZTzrV9cHfUJhOXMEe471JfMpRCCc_8,13423
388
- akshare-1.15.42.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
389
- akshare-1.15.42.dist-info/top_level.txt,sha256=jsf9ZzZPmHaISTVumQPsAw7vv7Yv-PdEVW70SMEelQQ,14
390
- akshare-1.15.42.dist-info/RECORD,,
386
+ akshare-1.15.43.dist-info/LICENSE,sha256=mmSZCPgfHiVw34LXuFArd-SUgQtBJ_QsIlh-kWlDHfs,1073
387
+ akshare-1.15.43.dist-info/METADATA,sha256=5B4yFcajS1Zn5CFYJDXvjfhWWYlYIkd_N2qI51xOex8,13423
388
+ akshare-1.15.43.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
389
+ akshare-1.15.43.dist-info/top_level.txt,sha256=jsf9ZzZPmHaISTVumQPsAw7vv7Yv-PdEVW70SMEelQQ,14
390
+ akshare-1.15.43.dist-info/RECORD,,