Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.08 KB

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