A package for health data visualization and analysis
Project description
HealthViz
HealthViz is a Python package designed for visualizing and analyzing health data. It provides functionalities to detect anomalies and generate various visualizations, including histograms and scatter plots, making it an essential tool for health data analysis.
Features
- Anomaly Detection: Identify anomalies in health-related data, such as heart rate and other vital signs.
- Easy-to-Use Visualizations: Generate insightful visualizations, including:
- Histograms: For understanding the distribution of health metrics.
- Scatter Plots: For exploring relationships between different health variables.
Installation
You can install HealthViz using pip:
pip install healthviz
Usage
To get started with HealthViz, follow the example below:
import pandas as pd
from healthviz.visualization import Visualizer
# Sample data
data = pd.DataFrame({'heart_rate': [72, 80, 200, 100]})
# Initialize the Visualizer
visualizer = Visualizer(data)
# Create a histogram of heart rate data
visualizer.plot_histogram('heart_rate')
Contributing
Contributions are welcome! If you have suggestions for improvements or want to report issues, please open an issue or submit a pull request on the GitHub repository.
License
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgements
- This package leverages popular libraries such as
pandasandmatplotlibfor data manipulation and visualization. - Special thanks to the community for their continuous support and contributions.
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 healthviz-0.1.1.tar.gz.
File metadata
- Download URL: healthviz-0.1.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a03e3ee484abcb7c50430cc63731a796e57b71374388c5c76c26dd3923d34d52
|
|
| MD5 |
47165a18bb0a77531c23d3d3f055f960
|
|
| BLAKE2b-256 |
89446651178df1a081af2017ce980d5efdbd73b9fddec62b77f5d874d83b3be0
|
File details
Details for the file healthviz-0.1.1-py3-none-any.whl.
File metadata
- Download URL: healthviz-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
757f5976ebe59da6c993d9cd7479c0278eef3117a7c6a18782ece6ca09c1c2a1
|
|
| MD5 |
4d966ea60c1979e6c2d0e2c6dedb507f
|
|
| BLAKE2b-256 |
bc3554beb91b20e7d38714aa0956559557ef620edaf246957fa89d87a4f2dbfd
|