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
# Example usage of vizura
data = ... # Load your dataset
vizura.numerical(data) # Generates a dashboard displaying summary statistics for numerical columns in the dataset.
vizura.categorical(data) # Displays a dashboard of summary statistics for categorical columns.
vizura.calculate_correlations(data) # Computes correlations between filtered numerical columns using Pearson, Kendall, and Spearman methods.
vizura.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.17.tar.gz.
File metadata
- Download URL: vizura-0.1.17.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a0d88e8c4afa34ffb60928a0a7e6477000b43175815a6c17ac2604734551c11
|
|
| MD5 |
ccc8236f921cff2088ef6e9af3871e79
|
|
| BLAKE2b-256 |
84f0d474799a789c825061ed0354b46113fafdd13bac068142acaa094ff40645
|
File details
Details for the file vizura-0.1.17-py3-none-any.whl.
File metadata
- Download URL: vizura-0.1.17-py3-none-any.whl
- Upload date:
- Size: 14.7 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 |
d1f7ebf653371bddb8ea0498e008d26047021025bea536e2f4223d5dd779396d
|
|
| MD5 |
6fae633011f45da1719a657ea57ff412
|
|
| BLAKE2b-256 |
5c345198ae8ab8d99296a87450d759b5c16e48b4005ce1f8b75dc2f9c973e304
|