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
To install PandasVIS directly in an existing environment:
pip install git+https://github.com/luiztauffer/pandasVIS
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