Metadata-Version: 2.1
Name: table-nan-val
Version: 0.1.0
Summary: find missing value for DataFrame
Home-page: https://github.com/bdfd/6.1-PyPI_Table_Nan_Val
Author: BDFD
Author-email: bdfd2005@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/bdfd/6.1-PyPI_Table_Nan_Val/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

<!--
 * @Author: BDFD
 * @Date: 2021-10-27 18:39:19
 * @LastEditTime: 2021-10-27 22:38:49
 * @LastEditors: Please set LastEditors
 * @Description: In User Settings Edit
 * @FilePath: \6.0-PyPI_Table_Nan_Val\README.md
-->

# Table_Nan_Val

Check the missing value in Data Frame

## Installation

`pip install table-nan-val`

## How to use it?

`from table_nan_val import table_nan_val as tnv`

`tnv.table_nan_val(df)`
then you will get analysis table and graph

## License

copyright @ 2021 BDFD

This repository is licensed under the MIT license. See LICENSE for details.

### References

https://github.com/bdfd/6.1-PyPI_Table_Nan_Val


