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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages .
Source Distribution
Built Distribution
File details
Details for the file primary-data-analysis-0.0.3.tar.gz
.
File metadata
Download URL:
primary-data-analysis-0.0.3.tar.gz
Upload date:
Nov 6, 2022
Size: 6.1 kB
Tags: Source
Uploaded using Trusted Publishing? No
Uploaded via: twine/4.0.1 CPython/3.7.1
File hashes
Hashes for primary-data-analysis-0.0.3.tar.gz
Algorithm
Hash digest
SHA256
cfba1852bc899f43b366659244de8ff77b772649a6ad6a5e126d1db970d4663e
Copy
MD5
97943b3cff52c46033512551be51f0fd
Copy
BLAKE2b-256
e944d7dd32f0f693423161083d024d7ec5a56d7809a6b4cafd9392b3cef850ef
Copy
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
Copy
MD5
9f94f42cadffe8b49dfab0a4f3333e16
Copy
BLAKE2b-256
2e5b6c4499329b83ac3a9902c1ca1feaf2dcc818b8c83a0563ce69a11a7af791
Copy
See more details on using hashes here.