Skip to main content

Tools of doing primary data analysis

Project description

This Package is designed to get overall understanding of dataframe.

Installation

pip install primary-data-analysis

Package Import

from primary import get_all_data_analysis_classification
from primary import get_all_data_analysis_regression

Function

get_all_data_analysis_classification(dataframe, target="target_class_label", path="./desired_folder_name")

Arguments

1. Dataframe name (required)
2. Target label or any categorical variable label (required)
3. path = name of folder (optional)

Function

get_all_data_analysis_regression(dataframe, target="target_continious", path="./desired_folder_name")

Arguments

1. Dataframe name (required)
2. Target continious feature name (required)
3. path = name of folder (optional)

Example

df = pd.read_csv('Iris.csv')
get_all_data_analysis(df, target="Species", path="iris_analysis")

Output

1. Output is in the form of html file which will be saved in the current folder or given path.
2. All plotly graphs will saved in the current folder or given path.

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

primary-data-analysis-0.0.4.tar.gz (6.1 kB view details)

Uploaded Source

Built Distribution

primary_data_analysis-0.0.4-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

Details for the file primary-data-analysis-0.0.4.tar.gz.

File metadata

File hashes

Hashes for primary-data-analysis-0.0.4.tar.gz
Algorithm Hash digest
SHA256 f7e7c3a2fa08b52c40093923b86515b796e93869105d046af6929074c0f0e406
MD5 52112df5611c5e42c5fc9e2722111a41
BLAKE2b-256 2b76b80572f596126220b51989150a2da225656950e7b07fcfe933bf3b0957b0

See more details on using hashes here.

File details

Details for the file primary_data_analysis-0.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for primary_data_analysis-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 5b5a863f979c2cb7dedee4d0dc30efc99f4d349470555bc81a7e0bab7c880e2d
MD5 e306bc84586385c7bc829297c0e478c9
BLAKE2b-256 5eeeb6c1eb7174fa15ff9c4e2031414bdb6186a239cdd5b83d5e70dbf7edad22

See more details on using hashes here.

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