Metadata-Version: 2.4
Name: raking
Version: 0.1.3
Summary: Python package template
Author-email: IHME Math Sciences <ihme.math.sciences@gmail.com>
License: BSD-2-Clause
Project-URL: github, https://github.com/ihmeuw-msca/raking
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
Requires-Dist: furo; extra == "docs"
Requires-Dist: ipykernel; extra == "docs"
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: sphinx-autodoc-typehints; extra == "dev"
Requires-Dist: furo; extra == "dev"
Requires-Dist: ipykernel; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Dynamic: license-file

[![license](https://img.shields.io/pypi/l/raking)](https://github.com/ihmeuw-msca/raking/blob/main/LICENSE)
[![version](https://img.shields.io/pypi/v/raking)](https://pypi.org/project/raking)
[![build](https://img.shields.io/github/actions/workflow/status/ihmeuw-msca/raking/build.yml?branch=main)](https://github.com/ihmeuw-msca/raking/actions)
[![docs](https://img.shields.io/badge/docs-here-green)](https://ihmeuw-msca.github.io/raking)
[![codecov](https://img.shields.io/codecov/c/github/ihmeuw-msca/raking)](https://codecov.io/gh/ihmeuw-msca/raking)
[![codacy](https://img.shields.io/codacy/grade/ae72a07785f5469eac234d1f6bdf555f)](https://app.codacy.com/gh/ihmeuw-msca/raking/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)

# Raking

Raking is a well known method in survey sampling to adjust the cases in a contingency table to match the known marginal totals. This package has been developed to rake 1, 2 and 3D contingency tables.
