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

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.3.tar.gz (6.1 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for primary-data-analysis-0.0.3.tar.gz
Algorithm Hash digest
SHA256 cfba1852bc899f43b366659244de8ff77b772649a6ad6a5e126d1db970d4663e
MD5 97943b3cff52c46033512551be51f0fd
BLAKE2b-256 e944d7dd32f0f693423161083d024d7ec5a56d7809a6b4cafd9392b3cef850ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for primary_data_analysis-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b3b24862b6153ed32914c264c3140f820a30cc48baed9ec15ad311a643f435d7
MD5 9f94f42cadffe8b49dfab0a4f3333e16
BLAKE2b-256 2e5b6c4499329b83ac3a9902c1ca1feaf2dcc818b8c83a0563ce69a11a7af791

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