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(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)

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

Uploaded Source

Built Distribution

primary_data_analysis-0.0.2-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for primary-data-analysis-0.0.2.tar.gz
Algorithm Hash digest
SHA256 58cba4b26d01a7541ece541839efe11333d67f2faa870fb250634901f564908e
MD5 33fa9c4e7ac9d07a63ad2985c7479618
BLAKE2b-256 c162e10bb0fe5b83e2269e848b9905330c6517a686209e39b7b48029336e493f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for primary_data_analysis-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d8bc1c8ab3befbc6987f5398fd3b855474163fdfb543514897fd9588f702d9ce
MD5 05d97badf7622abded41ef689409f336
BLAKE2b-256 87e56ce2ad19c5a7143970e852bdfe2d0d18273856f714b47083773c7dde9151

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