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.
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.4.tar.gz
.
File metadata
Download URL:
primary-data-analysis-0.0.4.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.4.tar.gz
Algorithm
Hash digest
SHA256
f7e7c3a2fa08b52c40093923b86515b796e93869105d046af6929074c0f0e406
Copy
MD5
52112df5611c5e42c5fc9e2722111a41
Copy
BLAKE2b-256
2b76b80572f596126220b51989150a2da225656950e7b07fcfe933bf3b0957b0
Copy
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
Copy
MD5
e306bc84586385c7bc829297c0e478c9
Copy
BLAKE2b-256
5eeeb6c1eb7174fa15ff9c4e2031414bdb6186a239cdd5b83d5e70dbf7edad22
Copy
See more details on using hashes here.