{ "info": { "author": "Keith Lyons", "author_email": "lyonk71@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# pandas-npi\nNPI validation made easy with Pandas\n\n# Installation\npip install pandas-npi\n\n# Basic Usage\n\n### Update definitions\n\n import pandas_npi\n\n pandas_npi.update_definitions()\n\n #------------------------------additional details------------------------------\n\n #CMS updates the NPPES dataset about once per month. Running the above code\n #on a monthly basis will ensure that you are using the most up-to-date information.\n\n #Note that the function above has no parameters. Just run the function, and it will\n #notify you when the update is complete.\n\n### Validate NPI\n\n import pandas as pd\n import pandas_npi\n\n df = pd.read_csv(\"your_dataset_here.csv\")\n\n df = pandas_npi.validate(df, \"npi_field_here\")\n\n #------------------------------additional details------------------------------\n\n #The validate function takes care of cleaning/standardizing your npi. No need to\n #preprocess on your end! Even special characters and letters are removed.\n\n #Your dataset will be compared against the NPPES dataset. Four new fields will\n #be added to your dataset: nppes_name, nppes_type, nppes_status, and nppes_deactivation_date.\n #For full description of new fields, see below:\n\n* nppes_name - gives the provider or facility name for the given NPI\n* nppes_type - shows whether the NPI is a provider or facility NPI. Be aware that sole proprietors \nare not required to bill under a facility NPI\n* nppes_status - shows whether an NPI is active or deactivated\n* nppes_deactivation_date - If the NPI has been deactivated, lists the deactivation date. Else is NaN.\n* **A final note - If an NPI does not exist now, and has never existed, nppes_name, nppes_type, and\nnppes_status will all be labeled \"invalid\".**\n\n\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Lyonk71/pandas-npi", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pandas-npi", "package_url": "https://pypi.org/project/pandas-npi/", "platform": "", "project_url": "https://pypi.org/project/pandas-npi/", "project_urls": { "Homepage": "https://github.com/Lyonk71/pandas-npi" }, "release_url": "https://pypi.org/project/pandas-npi/0.45/", "requires_dist": [ "pandas", "numpy" ], "requires_python": "", "summary": "NPI validation made easy with Pandas.", "version": "0.45" }, "last_serial": 4871851, "releases": { "0.4": [ { "comment_text": "", "digests": { "md5": "76e2a227a31750d9e1e4e04500b01635", "sha256": "930ea57a8eb99d1f12f132e87c1d8a0e1db72ef9c9c8f11ad906427084aa6396" }, "downloads": -1, "filename": "pandas_npi-0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "76e2a227a31750d9e1e4e04500b01635", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3170, "upload_time": "2019-02-26T00:44:27", "url": "https://files.pythonhosted.org/packages/ad/ed/1be0f4aa6b9c686c3be1e720b5059e2b8b97b0b427f2bb3efa7116f4fcd6/pandas_npi-0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e38bf5fe9e6fe47bba376557eb7f5e87", "sha256": "875d95a42d8a4dd898b73cf5acdbfec18187f97cdd987e7c5eed3f25ec6663a7" }, "downloads": -1, "filename": "pandas_npi-0.4.tar.gz", "has_sig": false, "md5_digest": "e38bf5fe9e6fe47bba376557eb7f5e87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2496, "upload_time": "2019-02-26T00:44:29", "url": "https://files.pythonhosted.org/packages/46/91/8113fbc2b3ef316d3638c14db6199527330c6f249700127fd57a06fb8a91/pandas_npi-0.4.tar.gz" } ], "0.44": [ { "comment_text": "", "digests": { "md5": "efa8b8fff95dd3f8d9a4ea5adad6ca2a", "sha256": "d1bbfc528e0c6f2ab422948c1d8a2a040f8af25121131ab868256601639c4b87" }, "downloads": -1, "filename": "pandas_npi-0.44-py3-none-any.whl", "has_sig": false, "md5_digest": "efa8b8fff95dd3f8d9a4ea5adad6ca2a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3903, "upload_time": "2019-02-26T03:39:45", "url": "https://files.pythonhosted.org/packages/26/89/7373eefbd81ef1144a63ca76356cedbd11184211869af7e26e9b90c6717f/pandas_npi-0.44-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "859b256d8570e7096053a5fe11a7f136", "sha256": "4f23352da1fc96edc4bf5db676e537d3bc36561b943aaaa65b276b20c81986f0" }, "downloads": -1, "filename": "pandas_npi-0.44.tar.gz", "has_sig": false, "md5_digest": "859b256d8570e7096053a5fe11a7f136", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3264, "upload_time": "2019-02-26T03:39:47", "url": "https://files.pythonhosted.org/packages/2f/b2/29ba69745ee815eb6e7dca172e58996b9c0e93fd2374e5db4c6c27a12958/pandas_npi-0.44.tar.gz" } ], "0.45": [ { "comment_text": "", "digests": { "md5": "722145962a709e6cebce069ff556d878", "sha256": "b0b4ec69a345e3dc19cee8dc3354f2798ef56345f5938b724dcad5402f66e284" }, "downloads": -1, "filename": "pandas_npi-0.45-py3-none-any.whl", "has_sig": false, "md5_digest": "722145962a709e6cebce069ff556d878", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3884, "upload_time": "2019-02-26T23:36:31", "url": "https://files.pythonhosted.org/packages/25/09/00e9390b1abf7bd329513c80c09b2adfcd06252e0553426cc20622dd4e36/pandas_npi-0.45-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8f5aa775dd752b931edeaa8f4682a730", "sha256": "9797846d4bf66cff1f24d3d887a7e87587de1b913517db0971ad732d884b2d57" }, "downloads": -1, "filename": "pandas_npi-0.45.tar.gz", "has_sig": false, "md5_digest": "8f5aa775dd752b931edeaa8f4682a730", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3246, "upload_time": "2019-02-26T23:36:33", "url": "https://files.pythonhosted.org/packages/c1/ff/a1f1c92ccd36d3764940753903b79ace1798ed4a64eaf8a01f1dacad9fa6/pandas_npi-0.45.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "722145962a709e6cebce069ff556d878", "sha256": "b0b4ec69a345e3dc19cee8dc3354f2798ef56345f5938b724dcad5402f66e284" }, "downloads": -1, "filename": "pandas_npi-0.45-py3-none-any.whl", "has_sig": false, "md5_digest": "722145962a709e6cebce069ff556d878", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3884, "upload_time": "2019-02-26T23:36:31", "url": "https://files.pythonhosted.org/packages/25/09/00e9390b1abf7bd329513c80c09b2adfcd06252e0553426cc20622dd4e36/pandas_npi-0.45-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8f5aa775dd752b931edeaa8f4682a730", "sha256": "9797846d4bf66cff1f24d3d887a7e87587de1b913517db0971ad732d884b2d57" }, "downloads": -1, "filename": "pandas_npi-0.45.tar.gz", "has_sig": false, "md5_digest": "8f5aa775dd752b931edeaa8f4682a730", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3246, "upload_time": "2019-02-26T23:36:33", "url": "https://files.pythonhosted.org/packages/c1/ff/a1f1c92ccd36d3764940753903b79ace1798ed4a64eaf8a01f1dacad9fa6/pandas_npi-0.45.tar.gz" } ] }