Tool for Data Analysis
Project description
Vizura
Welcome to the Vizura package, a comprehensive tool for analyzing and visualizing basic statistics.
Vizura is a data analysis and visualization tool developed using Python and Streamlit. It provides valuable insights into datasets by generating summary statistics and offering interactive visualizations.
Installation
To install Vizura, execute the following command:
pip install git+https://github.com/ash-sha/vizura.git #on Project Root directory
or use the standard installation via PyPI:
pip install vizura
Usage Example
import vizura
# Refer https://dash.plotly.com for run_server parameters
# Example usage of vizura
data = ... # Load your dataset
#refer dash docs for run_server parameters
app = numerical(data) # Generates a dashboard displaying summary statistics for numerical columns in the dataset.
app.run_server(port=8000) # can add port number of choice, but not identical
app = categorical(data) # Displays a dashboard of summary statistics for categorical columns.
app.run_server(port=8001) # can add port number of choice, but not identical
calculate_correlations(data) # Computes correlations between filtered numerical columns using Pearson, Kendall, and Spearman methods.
plot_correlation(data) # Visualizes the correlation matrices for Pearson, Kendall, and Spearman.
For a live demo and example statistics, you can explore the demo at: https://vizura.streamlit.app
Contributing
We welcome contributions to improve Vizura! To contribute:
- Fork the repository
- Create a new branch (
git checkout -b feature-name) - Make your changes
- Commit your changes (
git commit -am 'Add new feature') - Push to your branch (
git push origin feature-name) - Create a pull request
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 vizura-0.1.21.tar.gz.
File metadata
- Download URL: vizura-0.1.21.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25dd953e2d71ec847f21237b8106f2d244575b4574ed3523f0f6a754b06c0ecf
|
|
| MD5 |
93f4ec5d339b06b0ba656460481710f5
|
|
| BLAKE2b-256 |
c0aa3beeb80feb3dc8c524f41a840565a55d9dd35a9cfea9227ec52eec63f2a8
|
File details
Details for the file vizura-0.1.21-py3-none-any.whl.
File metadata
- Download URL: vizura-0.1.21-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13b9563ea9620985296dacdb7642f3fa892c52aefcabcd17eb025b1bbed1d12c
|
|
| MD5 |
08b4addf2609298b757917274b89cbb7
|
|
| BLAKE2b-256 |
b4078b3f7baea8633293e4d9555d20046c24e471e1c98bf6b554d2aae7531ebc
|