Metadata-Version: 2.2
Name: imputegaps
Version: 0.3.3
Summary: Impute data gaps in a pandas dataframe
Author-email: EMSK <EMSK@cbs.nl>, EVLT <evlt@cbs.nl>
License: MIT
Project-URL: Homepage, https://github.com/pyscaffold/pyscaffold/
Project-URL: Documentation, https://pyscaffold.org/
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: >=3.10
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE.txt
Requires-Dist: pandas
Requires-Dist: pyyaml
Provides-Extra: testing
Requires-Dist: setuptools; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: pytest-compare[pandas]; extra == "testing"
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-compare[pandas]; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pylint; extra == "dev"
Provides-Extra: docs
Requires-Dist: docutils; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"

.. These are examples of badges you might want to add to your README:
   please update the URLs accordingly

    .. image:: https://api.cirrus-ci.com/github/<USER>/imputegaps.svg?branch=main
        :alt: Built Status
        :target: https://cirrus-ci.com/github/<USER>/imputegaps
    .. image:: https://readthedocs.org/projects/imputegaps/badge/?version=latest
        :alt: ReadTheDocs
        :target: https://imputegaps.readthedocs.io/en/stable/
    .. image:: https://img.shields.io/coveralls/github/<USER>/imputegaps/main.svg
        :alt: Coveralls
        :target: https://coveralls.io/r/<USER>/imputegaps
    .. image:: https://img.shields.io/pypi/v/imputegaps.svg
        :alt: PyPI-Server
        :target: https://pypi.org/project/imputegaps/
    .. image:: https://img.shields.io/conda/vn/conda-forge/imputegaps.svg
        :alt: Conda-Forge
        :target: https://anaconda.org/conda-forge/imputegaps
    .. image:: https://pepy.tech/badge/imputegaps/month
        :alt: Monthly Downloads
        :target: https://pepy.tech/project/imputegaps
    .. image:: https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Twitter
        :alt: Twitter
        :target: https://twitter.com/imputegaps

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

|

==========
imputegaps
==========


This module provides functionality for imputing missing values in a pandas DataFrame.




.. _pyscaffold-notes:

Note
====

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