Skip to content

luiztauffer/pandasVIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PandasVIS

Data exploration GUI: a quick and easy way to generate awesome interactive plots for your data, (soon) with Data Science and Machine Learning tools.

Powered by: PySide2, Pandas
Awesome visualizations rendering: Voila, QtVoila
Awesome visualizations producing: Pandas Profiling, Plotly
Embedded IPython console: QtConsole

Installation

To install PandasVIS directly in an existing environment:

pip install git+https://github.com/luiztauffer/pandasVIS

Usage

PandasVIS module can be imported and the GUI initialized with:

from pandasvis.main import main as pdvis

app = pdvis()

Save this convenience script, e.g. run_pandas_vis.py, in any directory and run in terminal:

$ python run_pandas_vis.py

Examples

About

Data exploration GUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages