midlife


Namemidlife JSON
Version 0.0.8 PyPI version JSON
download
home_pagehttps://github.com/y-takefuji/midlife
Summaryimpact of COVID-19 on mortality of midlife
upload_time2024-02-14 10:42:25
maintainer
docs_urlNone
authoryoshiyasu takefuji
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # midlife
[![Open in Code Ocean](https://codeocean.com/codeocean-assets/badge/open-in-code-ocean.svg)](https://codeocean.com/capsule/2444117/tree)

This is under review.

midlife is a PyPI application for evaluating and visualzing the impact of COVID-19 on mortality of midlife in five age groups from 40 to 64 years old.

CDC dataset is used for this study:
https://data.cdc.gov/api/views/chcz-j2du/rows.csv


# How to install midlife
$ pip install midlife

# How to run midlife

midlife needs the degree of polynomial regression and sex: F or M. 
The following example can show the 4th degree of polynomial and Female.

$ midlife 4 F

<img src='https://github.com/y-takefuji/midlife/raw/main/Fmidlife.png' width=640 height=480>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/y-takefuji/midlife",
    "name": "midlife",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "yoshiyasu takefuji",
    "author_email": "takefuji@keio.jp",
    "download_url": "https://files.pythonhosted.org/packages/81/d3/a5414a4054e113f047351172f78625d6c92701cc4ddcb5038b1244346b22/midlife-0.0.8.tar.gz",
    "platform": null,
    "description": "# midlife\n[![Open in Code Ocean](https://codeocean.com/codeocean-assets/badge/open-in-code-ocean.svg)](https://codeocean.com/capsule/2444117/tree)\n\nThis is under review.\n\nmidlife is a PyPI application for evaluating and visualzing the impact of COVID-19 on mortality of midlife in five age groups from 40 to 64 years old.\n\nCDC dataset is used for this study:\nhttps://data.cdc.gov/api/views/chcz-j2du/rows.csv\n\n\n# How to install midlife\n$ pip install midlife\n\n# How to run midlife\n\nmidlife needs the degree of polynomial regression and sex: F or M. \nThe following example can show the 4th degree of polynomial and Female.\n\n$ midlife 4 F\n\n<img src='https://github.com/y-takefuji/midlife/raw/main/Fmidlife.png' width=640 height=480>\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "impact of COVID-19 on mortality of midlife",
    "version": "0.0.8",
    "project_urls": {
        "Bug Tracker": "https://github.com/y-takefuji/midlife",
        "Homepage": "https://github.com/y-takefuji/midlife"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23c7edc9e6a6fff75d85361a54eef0eacf50327314a0859f2e557a829c56f15a",
                "md5": "b706a3f825e1a12ba50c82026cda151b",
                "sha256": "76c2bdb940bbdad292a88ad884deab9cbdb2e778de7b6ecb779d4a634bd6849c"
            },
            "downloads": -1,
            "filename": "midlife-0.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b706a3f825e1a12ba50c82026cda151b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2756,
            "upload_time": "2024-02-14T10:42:23",
            "upload_time_iso_8601": "2024-02-14T10:42:23.647235Z",
            "url": "https://files.pythonhosted.org/packages/23/c7/edc9e6a6fff75d85361a54eef0eacf50327314a0859f2e557a829c56f15a/midlife-0.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81d3a5414a4054e113f047351172f78625d6c92701cc4ddcb5038b1244346b22",
                "md5": "333146efa34d431e81341b14ef2980f0",
                "sha256": "be626f2aca05f326959b2ca4e4108f8a752702610b378fafa908607bf8078973"
            },
            "downloads": -1,
            "filename": "midlife-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "333146efa34d431e81341b14ef2980f0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2503,
            "upload_time": "2024-02-14T10:42:25",
            "upload_time_iso_8601": "2024-02-14T10:42:25.085864Z",
            "url": "https://files.pythonhosted.org/packages/81/d3/a5414a4054e113f047351172f78625d6c92701cc4ddcb5038b1244346b22/midlife-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-14 10:42:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "y-takefuji",
    "github_project": "midlife",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "midlife"
}
        
Elapsed time: 0.19142s