Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brianruizy/data-visualization

Personal track demo of pure Python data visualizations
https://github.com/brianruizy/data-visualization

data-visualization matplotlib pandas plotly python seaborn

Last synced: about 2 months ago
JSON representation

Personal track demo of pure Python data visualizations

Awesome Lists containing this project

README

        


BR logo
Data Visualization 📈📊


Data visualization demonstration using the power of Python.
This repo. is solely educational.

## About
Most of the implementation files are simple scripts which showcase each type of plot and what you can achieve to display with them. Although, there are more powerful BI tools for data exploration Python has been proven to be optimal at times when reproducibility is significant. Also, Python is many times cheaper to implement, thus the most cost-efficient!

Tools include: [Pandas](https://pandas.pydata.org/),
[Matplotlib](https://matplotlib.org/),
[Seaborn](https://seaborn.pydata.org/),
[Plotly](https://plot.ly/)

## Usage
```Python
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
```

## The Plots...
### 1. Univariate plotting

### 2. Bivariate plotting

### 3. Plot Styling
### 4. Plotting with Seaborn

### 5. Faceting with Seaborn

### 6. Multivariable plotting
### 7. Plotting with Plotly

------
#### © [Brian Ruiz](https://github.com/BrianRuizy)