Uncertainties-Pandas


NameUncertainties-Pandas JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryExtend Pandas with uncertainties
upload_time2024-07-07 14:04:09
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseBSD
keywords error propagation uncertainties uncertainty calculations standard deviation derivatives partial derivatives differentiation pandas
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Uncertainties-Pandas
====================

Pandas support for `uncertainties <https://uncertainties.readthedocs.io/en/latest/>`_

See the tutorial `notebook <https://github.com/andrewgsavage/uncertainties-pandas/blob/main/notebooks/tutorial.ipynb>`_

Quick Installation
------------------

To install Uncertainties-Pandas, simply:

.. code-block:: bash

    $ pip install uncertainties-pandas

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "Uncertainties-Pandas",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "error propagation, uncertainties, uncertainty calculations, standard deviation, derivatives, partial derivatives, differentiation, pandas",
    "author": null,
    "author_email": "Andrew Savage <andrewgsavage@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/3e/c3/213f9a8ffd4722dae5edfbda2c8227a7769654b0af17fe0186e211794aae/uncertainties_pandas-0.1.2.tar.gz",
    "platform": null,
    "description": "Uncertainties-Pandas\n====================\n\nPandas support for `uncertainties <https://uncertainties.readthedocs.io/en/latest/>`_\n\nSee the tutorial `notebook <https://github.com/andrewgsavage/uncertainties-pandas/blob/main/notebooks/tutorial.ipynb>`_\n\nQuick Installation\n------------------\n\nTo install Uncertainties-Pandas, simply:\n\n.. code-block:: bash\n\n    $ pip install uncertainties-pandas\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Extend Pandas with uncertainties",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/andrewgsavage/uncertainties-pandas"
    },
    "split_keywords": [
        "error propagation",
        " uncertainties",
        " uncertainty calculations",
        " standard deviation",
        " derivatives",
        " partial derivatives",
        " differentiation",
        " pandas"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1bfed507a76dc5a1b56e0ceee7853947a666192fd4a2a4ebbc8e8abab2dce2c",
                "md5": "233377f954879895a7084524e74f368e",
                "sha256": "23ac824fee77856b665ed99ac1a987fef93079b6e6a63cde24c4420cbf6c0f97"
            },
            "downloads": -1,
            "filename": "Uncertainties_Pandas-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "233377f954879895a7084524e74f368e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 9343,
            "upload_time": "2024-07-07T14:04:08",
            "upload_time_iso_8601": "2024-07-07T14:04:08.864307Z",
            "url": "https://files.pythonhosted.org/packages/c1/bf/ed507a76dc5a1b56e0ceee7853947a666192fd4a2a4ebbc8e8abab2dce2c/Uncertainties_Pandas-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ec3213f9a8ffd4722dae5edfbda2c8227a7769654b0af17fe0186e211794aae",
                "md5": "11044dcfd235517e9bdbd86ffc0ededb",
                "sha256": "173e5453f56dbbf01b861b091bb67b2b3f62239f623f732be32f635a1818dc2e"
            },
            "downloads": -1,
            "filename": "uncertainties_pandas-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "11044dcfd235517e9bdbd86ffc0ededb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 40476,
            "upload_time": "2024-07-07T14:04:09",
            "upload_time_iso_8601": "2024-07-07T14:04:09.917350Z",
            "url": "https://files.pythonhosted.org/packages/3e/c3/213f9a8ffd4722dae5edfbda2c8227a7769654b0af17fe0186e211794aae/uncertainties_pandas-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-07 14:04:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "andrewgsavage",
    "github_project": "uncertainties-pandas",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "uncertainties-pandas"
}
        
Elapsed time: 0.32191s