Metadata-Version: 2.1
Name: pandas-missing
Version: 0.0.4
Summary: A pandas extension to explore and handling missing values.
Home-page: https://github.com/jvelezmagic/pandas-missing/
Author: Jesús Vélez Santiago
Author-email: jvelezmagic@gmail.com
License: Apache Software License 2.0
Keywords: nbdev
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

Pandas missing
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## Install

`pip install pandas-missing`

## How to use

``` python
import pandas as pd
import pandas_missing.Missing
```
