Hero Image Placeholder
A Python PIP library to visualize datasets in Google Colab using AI powered by Tableau, requiring just three commands. Won the Tableau 2023-24 Hackathon.
48 hours (Hackathon)
Team of 2
Lead Developer
Python, Tableau API, Google Gemini, Data Viz
Data scientists spend hours creating visualizations in Jupyter notebooks. What if you could describe what you want in plain English and get a beautiful Tableau visualization instantly?
TabViz leverages the Google Gemini API to understand your data and visualization requirements, then generates the appropriate Tableau code to render stunning visualizations right in your Google Colab notebook.
TabViz was recognized for its innovative approach to simplifying data visualization workflows and making Tableau accessible to Python developers.
# Install TabViz
pip install tabviz
# Import and use
from tabviz import visualize
visualize(df, "Show me a bar chart of sales by region")
Describe your visualization in plain English.
Get publication-ready Tableau visualizations.
Works seamlessly in Google Colab notebooks.
Google Gemini understands your data and intent.