Metadata-Version: 2.1
Name: dw-feature-tool
Version: 1.0.7
Summary: feature-tool
Home-page: https://github.com/Dawaner/FeatureTool
Author: Dawaner
Author-email: 784166768@qq.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: certifi==2023.11.17
Requires-Dist: charset-normalizer==3.3.2
Requires-Dist: docopt==0.6.2
Requires-Dist: idna==3.6
Requires-Dist: numpy==1.26.3
Requires-Dist: pandas==2.1.4
Requires-Dist: python-dateutil==2.8.2
Requires-Dist: pytz==2023.3.post1
Requires-Dist: requests==2.31.0
Requires-Dist: six==1.16.0
Requires-Dist: tzdata==2023.4
Requires-Dist: urllib3==2.1.0
Requires-Dist: yarg==0.1.9


<font color="gold">请调用get_feature_info(data, table_name)函数</font>

data格式: 数组、字典、dataFrame、numpy.array、csv、excel（表格使用路径传入）

table_name格式: 字符串

### 说明: 

读取第一行/表头并输出 (一维数组直接输出)

- 第一行输出标签
- 第二行输出列名 (特征列名称)
- 第三行输出表名

### 输出格式: 
```text
[ALIOTH - INFO - FEATURE_NAME] 
[xxx,xxx,xxx]
xxx
```
