Analysis updated 2026-07-04 · repo last pushed 2021-04-25
Get a quick visual overview of a CSV file without writing charting code.
Explore customer or user engagement data to spot trends and issues.
Learn data analysis by stepping through interactive notebook examples.
Automatically chart numeric, categorical, and date columns from any dataset.
| krishnaik06/autoviz | nudratds/clinical-noshow-prediction-decision-system | kaopanboonyuen/saie2026 | |
|---|---|---|---|
| Stars | 19 | 19 | 22 |
| Language | Jupyter Notebook | Jupyter Notebook | Jupyter Notebook |
| Last pushed | 2021-04-25 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | vibe coder | data | researcher |
Figures from each repo's GitHub metadata at analysis time.
Just open the Jupyter notebooks and plug in your own CSV file path.
Autoviz is a tool that automatically creates visualizations from your data. Instead of manually writing code to build chart after chart, you point it at a dataset and it generates a set of plots for you, so you can quickly see what's in your data and spot patterns or problems. At a high level, it takes a data file (like a CSV) and figures out which columns are numbers, which are categories, and which are dates. Then it picks appropriate chart types for each combination and draws them. The goal is to remove the repetitive work of deciding what to plot and how to plot it. The repository itself is primarily a collection of Jupyter notebooks, which means it's set up as an interactive, step-by-step environment rather than a standalone application. You'd typically open the notebooks, plug in your own data, and run the cells to see the resulting charts. The README doesn't go into detail on specific installation steps or configuration options, so you'd need to explore the notebooks directly to see exactly how to use it with your own files. This would be useful for anyone who works with data but doesn't want to spend time writing boilerplate charting code. For example, a product manager looking at user engagement data, a founder exploring a customer CSV, or a beginner learning data analysis could all benefit from getting a quick visual overview without needing to know a charting library inside and out. Since the README is minimal, it's hard to say much about the project's design tradeoffs or what distinguishes it from other automation tools. The notebooks appear to be the main deliverable here, likely serving as a practical walkthrough or template for automatic visualization rather than a polished package.
Autoviz automatically generates charts from your dataset. You point it at a CSV file and it picks the right visualizations so you can quickly spot patterns without writing any charting code yourself.
Mainly Jupyter Notebook. The stack also includes Jupyter Notebook, Python.
Dormant — no commits in 2+ years (last push 2021-04-25).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.