Metadata-Version: 2.1
Name: weighted_sample_statistics
Version: 0.1.2
Summary: Calculate statistics in dataframes using weighting functions
Home-page: https://github.com/eelcovv/WeightedSampleStatistics
Author: Eelco van Vliet
Author-email: eelcovv@gmail.com
License: MIT
Project-URL: Documentation, https://weightedsamplestatistics.readthedocs.io/en/latest/
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: importlib-metadata ; python_version < "3.8"
Provides-Extra: dev
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: pyscaffold ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: setuptools ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Provides-Extra: testing
Requires-Dist: setuptools ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

.. image:: https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold
    :alt: Project generated with PyScaffold
    :target: https://pyscaffold.org/


==========================
weighted_sample_statistics
==========================


    Calculated weighted sample statistics for a data frame with sample data



The module can be used to calculated sample statistics for measurement stored in pandas DataFrames

.. _pyscaffold-notes:

Note
====

This project has been set up using PyScaffold 4.5. For details and usage
information on PyScaffold see https://pyscaffold.org/.
