%global _empty_manifest_terminate_build 0 Name: python-table-nan-val Version: 1.0.0 Release: 1 Summary: find missing value for DataFrame License: MIT License URL: https://github.com/bdfd/6.1-PyPI_Table_Nan_Val Source0: https://mirrors.aliyun.com/pypi/web/packages/83/d2/c7254515465339c00999c7b414af2b5ed1026c8d031891fa8cd9ba405ace/table_nan_val-1.0.0.tar.gz BuildArch: noarch Requires: python3-numpy Requires: python3-pandas Requires: python3-matplotlib %description # Table_Nan_Val Check the missing value in Data Frame ## Installation `pip install table-nan-val` ## How to use it? `import table_nan_val as tnv` `tnv.Missing_Value_Analysis(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 %package -n python3-table-nan-val Summary: find missing value for DataFrame Provides: python-table-nan-val BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-table-nan-val # Table_Nan_Val Check the missing value in Data Frame ## Installation `pip install table-nan-val` ## How to use it? `import table_nan_val as tnv` `tnv.Missing_Value_Analysis(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 %package help Summary: Development documents and examples for table-nan-val Provides: python3-table-nan-val-doc %description help # Table_Nan_Val Check the missing value in Data Frame ## Installation `pip install table-nan-val` ## How to use it? `import table_nan_val as tnv` `tnv.Missing_Value_Analysis(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 %prep %autosetup -n table_nan_val-1.0.0 %build %py3_build %install %py3_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-table-nan-val -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Fri Jun 09 2023 Python_Bot - 1.0.0-1 - Package Spec generated