No project description provided
Project description
StatViz is a comprehensive Python library designed to streamline your data exploration process. It offers a suite of functions that cater to various aspects of data analysis:
-
stats_info_viz: This powerful function acts as a one-stop shop, delivering both statistical summaries and corresponding visualizations. Gain valuable insights into your data through informative statistics alongside clear visual representations. -
stats_info: If you're seeking in-depth statistical information about your data, the stats_info function is your go-to tool. It calculates and presents relevant statistical measures, aiding you in data exploration and informed decision-making. -
stats_viz: Focus on creating impactful data visualizations with the stats_viz function. Generate charts and graphs that effectively reveal patterns, trends, and relationships within your data set, enhancing clarity and communication.
To install Python follow this link: text
Implementation
from StatViz.statviz import stats_info_viz, stats_info, stats_viz
Function provides both statistical data and visualizations.
stats_info_viz(file_path="xyz.csv", file_type="csv",init_column=True/False)
or
stats_info_viz(file_path="xyz.xlsx", file_type="excel",init_column=True/False)
Function provides both statistical information.
stats_info(file_path="xyz.csv",file_type="csv",init_column=True/False)
or
stats_info(file_path="xyz.xlsx",file_type="excel",init_column=True/False)
Function provides both statistical visualizations.
stats_viz(file_path="xyz.csv", file_type="csv")
or
stats_viz(file_path="xyz.xlsx", file_type="excel")
Contributers
- Namitha Kolur
- Ashok Kumar S
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file statviz-0.0.2.tar.gz.
File metadata
- Download URL: statviz-0.0.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f026a0510e0a79322d8078d7f51e48903be2eadb67d21b5cdaa537aff67c58d
|
|
| MD5 |
26d5297c3811029c12df1937b56d1d5e
|
|
| BLAKE2b-256 |
c4faef4b4de1d83cb3d74350dd068fac535ad9fb447ae0b7f9cd38fa97a80a27
|
File details
Details for the file StatViz-0.0.2-py3-none-any.whl.
File metadata
- Download URL: StatViz-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
773188ce2113ade347867363ef4d1baf8029c26069b6c9b9decad9662076179b
|
|
| MD5 |
f742ef45aeefa226bd589b7d0b7a488c
|
|
| BLAKE2b-256 |
e18ff75377b3f41e71a9ba0ead79923312e2d983b44b67563f1a4a53118dda9d
|