Skip to main content

Tool for Data Analysis

Project description

Vizura

Vizura Logo

Build Status PyPI Version License

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.

Preview

Video Thumbnail

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:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-name)
  3. Make your changes
  4. Commit your changes (git commit -am 'Add new feature')
  5. Push to your branch (git push origin feature-name)
  6. Create a pull request

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vizura-0.1.23.tar.gz (14.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vizura-0.1.23-py3-none-any.whl (14.9 kB view details)

Uploaded Python 3

File details

Details for the file vizura-0.1.23.tar.gz.

File metadata

  • Download URL: vizura-0.1.23.tar.gz
  • Upload date:
  • Size: 14.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.6

File hashes

Hashes for vizura-0.1.23.tar.gz
Algorithm Hash digest
SHA256 f0919f90a7752b9a006fb9d2a89587aca884a3a3f3180f89474b4e1c69b755a5
MD5 13b5153d9022098ba226bdbf0e055f69
BLAKE2b-256 d6dfb1982d017e43963dbe120c1f9a32cbce8a79a42bcd8276a9d05a47cb3760

See more details on using hashes here.

File details

Details for the file vizura-0.1.23-py3-none-any.whl.

File metadata

  • Download URL: vizura-0.1.23-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

Hashes for vizura-0.1.23-py3-none-any.whl
Algorithm Hash digest
SHA256 1148afe656b39651dad4592592d61d0aeddc43311c5e7c916b62ed08ff96f2cb
MD5 84ce7017bc40c92bd09722813a702dfd
BLAKE2b-256 e793cf40d3b424001c82faff9f073e1a07a8f1df8122a07fdf9820dc9fe5fb21

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page