Skip to content

shahid265/ExpressLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README.md for ExpressLibrary

Table of Contents

Introduction

ExpressLibrary is a Python package designed to streamline the data visualization process in a consultancy environment. This package aims to facilitate the quick transformation of data into insightful visualizations. It is developed on top of standard libraries such as Plotly and Circlify and offers easy integration with Power BI.

Installation

pip install ExpressLibrary

Usage

from ExpressLibrary import BarChart

# Load your data (as pandas DataFrame)
data = ...

# Create chart
chart = BarChart(data, 'x_column_name', ['y_column_name'])
chart.set_labels('X Label', 'Y Label')
chart.set_colors(['blue'])
chart.create_simple_bar()

Available Charts:

  • Bar chart with different variations
  • Scatter plot with varying dot sizes
  • Circle packing chart
  • Hierarchical network chart
  • Heatmaps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published