Metadata-Version: 2.1
Name: pandas-missing
Version: 0.0.3
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
License-File: LICENSE
Requires-Dist: fastcore
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: missingno
Provides-Extra: dev

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
```
