Metadata-Version: 2.4
Name: data-disaggregation
Version: 0.12.0
Author: Christian Winger
License: MIT
Project-URL: Documentation, https://wingechr.github.io/data-disaggregation
Project-URL: Source, https://github.com/wingechr/data-disaggregation
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: <3.15,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=2.0
Dynamic: license-file

# DataDisAggregation Package

[![](https://img.shields.io/github/license/wingechr/data-disaggregation)](https://github.com/wingechr/data-disaggregation/blob/main/LICENSE)
[![](https://img.shields.io/pypi/pyversions/data-disaggregation)](https://github.com/wingechr/data-disaggregation)
[![](https://img.shields.io/pypi/v/data-disaggregation)](https://pypi.org/project/data-disaggregation/)
[![](https://img.shields.io/github/actions/workflow/status/wingechr/data-disaggregation/test.yml?label=tests)](https://github.com/wingechr/data-disaggregation/actions/workflows/test.yml)
[![](https://img.shields.io/github/actions/workflow/status/wingechr/data-disaggregation/publish.yml?label=docs)](https://wingechr.github.io/data-disaggregation/)

DataDisAggregation is a python package that lets you perform weighted aggregations and
weighted disaggregations of data.

Development was funded as part of the IND-E project.

![](static/BMWK_Fz_2017_Web2x_en.gif)

## Install

```bash
pip install data-disaggregation
```
