nhanes-dl


Namenhanes-dl JSON
Version 0.0.18 PyPI version JSON
download
home_page
SummaryA python library for downloading Continous NHANES data into panda dataframes
upload_time2023-08-20 17:37:24
maintainer
docs_urlNone
author
requires_python>=3.6
licenseMIT
keywords nhanes
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # nhanes-dl

Python Library to download Continuous NHANES codebooks into ready to use panda dataframes for all years!

Current Supported Features:

- Downloading a specific Codebook
- Combining Codebooks
- Download the linked Mortality data
- Combining Linked Mortality data with Codebooks

Future Features:

- Better Documentation for download functions
- Download All codebooks for a year without specifying codebooks
- Checking if codebooks entered to download are valid for that year
- Better error messages if a download fails
- Linking to other NHANES link datasets

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "nhanes-dl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "nhanes",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/eb/12/62b292887e97eea83e441a30c585540406c78abee8e206e5228fc5101801/nhanes-dl-0.0.18.tar.gz",
    "platform": null,
    "description": "# nhanes-dl\n\nPython Library to download Continuous NHANES codebooks into ready to use panda dataframes for all years!\n\nCurrent Supported Features:\n\n- Downloading a specific Codebook\n- Combining Codebooks\n- Download the linked Mortality data\n- Combining Linked Mortality data with Codebooks\n\nFuture Features:\n\n- Better Documentation for download functions\n- Download All codebooks for a year without specifying codebooks\n- Checking if codebooks entered to download are valid for that year\n- Better error messages if a download fails\n- Linking to other NHANES link datasets\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A python library for downloading Continous NHANES data into panda dataframes",
    "version": "0.0.18",
    "project_urls": {
        "Bug Tracker": "https://github.com/LeviButcher/nhanes-dl/issues"
    },
    "split_keywords": [
        "nhanes"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a4bfa1e604e71a28571284e92b9cef686dd111579ac9e5cb7da47983fcf373c",
                "md5": "37de5100321470b27aa4302c28539d3d",
                "sha256": "edf1f57bcc94e3c59d730190b2a81c127ca77a4b33141c3ce0b725c1e30a4b55"
            },
            "downloads": -1,
            "filename": "nhanes_dl-0.0.18-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "37de5100321470b27aa4302c28539d3d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 9821,
            "upload_time": "2023-08-20T17:37:22",
            "upload_time_iso_8601": "2023-08-20T17:37:22.959099Z",
            "url": "https://files.pythonhosted.org/packages/9a/4b/fa1e604e71a28571284e92b9cef686dd111579ac9e5cb7da47983fcf373c/nhanes_dl-0.0.18-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb1262b292887e97eea83e441a30c585540406c78abee8e206e5228fc5101801",
                "md5": "3d41bba9ae8b3720ff113c1473588e2b",
                "sha256": "551c785e4cccfc87db5917979ba32987ba6122fd402c3d03e834bedc72e8c499"
            },
            "downloads": -1,
            "filename": "nhanes-dl-0.0.18.tar.gz",
            "has_sig": false,
            "md5_digest": "3d41bba9ae8b3720ff113c1473588e2b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 8268,
            "upload_time": "2023-08-20T17:37:24",
            "upload_time_iso_8601": "2023-08-20T17:37:24.344248Z",
            "url": "https://files.pythonhosted.org/packages/eb/12/62b292887e97eea83e441a30c585540406c78abee8e206e5228fc5101801/nhanes-dl-0.0.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-20 17:37:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "LeviButcher",
    "github_project": "nhanes-dl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "nhanes-dl"
}
        
Elapsed time: 0.09994s