Metadata-Version: 2.1
Name: Uncertainties-Pandas
Version: 0.1.2
Summary: Extend Pandas with uncertainties
Author-email: Andrew Savage <andrewgsavage@gmail.com>
License: BSD
Project-URL: Homepage, https://github.com/andrewgsavage/uncertainties-pandas
Keywords: error propagation,uncertainties,uncertainty calculations,standard deviation,derivatives,partial derivatives,differentiation,pandas
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: uncertainties >=3.2.1
Requires-Dist: pandas >=2.2.2
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-mpl ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-subtests ; extra == 'test'
Requires-Dist: codecov ; extra == 'test'
Requires-Dist: coveralls ; extra == 'test'
Requires-Dist: nbval ; extra == 'test'
Requires-Dist: pyarrow ; extra == 'test'

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
