Metadata-Version: 2.2
Name: weighted_sample_statistics
Version: 0.2.4
Summary: Calculate statistics in dataframes using weighting functions
Author-email: Eelco van Vliet <eelcovv@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/eelcovv/WeightedSampleStatistics
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>=1.24.4
Requires-Dist: pandas
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/.
