Skip to main content

project description

Project description

自用

https://pypi.org/project/FeatureInsight/0.0.1/ bash scripts/upload_pypi.sh --verbose

如何使用?

from FeatureInsight import struct_Investigation,univar_dis,bivar_dis

EDA: Structure summary=struct_Investigation(df)
summary.print() summary.sort('Unique Count')

EDA: statistics

univar_dis(df,df.columns,mode="pie") univar_dis(df,df.columns) bivar_dis(df,[["Age","Drug"],["Sex","BP"],["K","Drug"]],mode="Bar") bivar_dis(df,[["Age","Drug"],["Sex","BP"],["K","Drug"]],mode="Line")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

FeatureInsight-0.0.9.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

FeatureInsight-0.0.9-py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page