文件名称:py-insee_macrodata
文件大小:12.79MB
文件格式:ZIP
更新时间:2024-03-17 21:12:40
Python
insee-macrodata python软件包 工作正在进行中 概述 insee软件包包含一些工具,可以轻松地从INSEE API下载数据和元数据。 使用API或SDMX查询,可获得超过15万个INSEE系列的数据。 通过以下查看详细的API页面。 该软件包有助于可重复的研究和公共数据的透明性。 安装与加载 # Get the development version from GitHub pip install git+https://github.com/hadrilec/py-insee_macrodata.git#egg=insee_macrodata # Subscribe to api.insee.fr and get your credentials os.environ['insee_key'] = "my_key" os.environ['insee_sec
【文件预览】:
py-insee_macrodata-master
----.travis.yml(291B)
----docs()
--------conf.py(2KB)
--------make.bat(760B)
--------_build()
--------Makefile(634B)
--------index.rst(461B)
----tests()
--------test_insee_macrodata.py(4KB)
--------__init__.py(25B)
----requirements.txt(294B)
----insee_macrodata()
--------get_geo_list.py(3KB)
--------_hash.py(219B)
--------_request_insee.py(3KB)
--------split_title.py(2KB)
--------_get_idbank_internal_data.py(1KB)
--------get_idbank_list.py(2KB)
--------_download_idbank_list.py(1KB)
--------_get_dataset_metadata.py(5KB)
--------_get_geo_relation.py(2KB)
--------data()
--------_get_dataset_dimension.py(4KB)
--------get_column_title.py(3KB)
--------get_insee_idbank.py(4KB)
--------search_insee.py(1KB)
--------_paste.py(438B)
--------get_dataset_list.py(2KB)
--------__init__.py(1KB)
--------_get_date.py(1KB)
--------_get_token.py(314B)
--------_get_insee.py(4KB)
--------_create_insee_folder.py(994B)
--------_get_dimension_values.py(4KB)
--------get_insee_dataset.py(3KB)
--------_get_idbank_internal_data_harmonized.py(1KB)
--------_clean_insee_folder.py(532B)
----examples()
--------example_deaths_births.ipynb(3KB)
--------example_inflation_yoy.ipynb(3KB)
--------example_search.ipynb(1KB)
--------example_gdp_growth_rate_yoy.ipynb(2KB)
----setup.py(800B)
----.gitignore(135B)
----.circleci()
--------config.yml(668B)
----README.md(1KB)
----.gitattributes(42B)