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.
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.2.tar.gz
.
File metadata
Download URL:
primary-data-analysis-0.0.2.tar.gz
Upload date:
Oct 4, 2022
Size: 5.9 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.2.tar.gz
Algorithm
Hash digest
SHA256
58cba4b26d01a7541ece541839efe11333d67f2faa870fb250634901f564908e
Copy
MD5
33fa9c4e7ac9d07a63ad2985c7479618
Copy
BLAKE2b-256
c162e10bb0fe5b83e2269e848b9905330c6517a686209e39b7b48029336e493f
Copy
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
Copy
MD5
05d97badf7622abded41ef689409f336
Copy
BLAKE2b-256
87e56ce2ad19c5a7143970e852bdfe2d0d18273856f714b47083773c7dde9151
Copy
See more details on using hashes here.