Skip to main content

Data Formulator is research protoype data visualization tool powered by AI.

Project description

Data Formulator icon  Data Formulator: AI-powered Data Visualization

🪄 Explore data with visualizations, powered by AI agents.

Try Online Demo   Install Locally

PyPILicense: MITYouTubebuildDiscord

Why Data Formulator?

Your data lives everywhere — databases, warehouses, BI tools, files. Coding agents can help, but only after someone wires them up, and answers come back as walls of code or text that are hard to follow, refine, or share.

Data Formulator makes it simple: connect any data, ask anything, get charts you can edit, branch, and share — all on one interactive, visual canvas.

  • Data & platform teams: wire up your databases, warehouses, and BI sources once, and give the whole org an AI-powered data exploration layer.
  • Analysts & users: ask, edit, branch, share. It's so easy to get insights from good-looking charts.

https://github.com/user-attachments/assets/8e4f8a08-6423-4227-a1f7-559e0126ce31

[!TIP] Love the charts? They're built on Flint — our open-source visualization language that compiles compact, semantic chart specs into polished Vega-Lite, ECharts, and Chart.js. Explore the project site or drop it into your own app.

News 🔥🔥🔥

[07-13-2026] Data Formulator 0.8 alpha 1 — a preview of a more connected, agent-driven data workflow:

  • Smarter agent handoffs. Analysis can delegate directly to data loading while preserving the conversation and request context.
  • A redesigned connector experience. Progressive setup, explicit authentication paths, database discovery, clearer scope controls, and improved credential handling make data sources easier to configure safely.
  • Better loading plans. Recommended selections, compact previews, readable filters, provenance, and more reliable history and scrolling improve review before import.
  • Stronger enterprise foundations. Unified connector metadata, session-scoped knowledge and distillation improvements, model routing, and additional isolation guardrails prepare Data Formulator for larger deployments.

Preview with pip install --pre data_formulator==0.8.0a1 or uvx --from data_formulator==0.8.0a1 data_formulator.

Install the latest stable release (0.7) with pip install data_formulator or run instantly with uvx data_formulator.

Previous Updates

Here are milestones that lead to the current design:

  • v0.7 (05-28-2026): Turn ANY data into insights in five steps — connect governed data sources, load via agents, explore with the unified DataAgent + Data Thread, refine 30+ chart types (semantic chart engine powered by Flint) with a style-refinement agent, and share as reports. Plus persistent sessions & workspaces and a multilingual (English/Chinese) UI.
  • v0.7 alpha 2 (05-11-2026): Early preview of data connectors, the unified DataAgent with thread memory, persistent workspaces, the semantic chart engine, and experimental knowledge distillation.
  • v0.6 (Demo): Real-time insights from live data — connect to URLs and databases with automatic refresh
  • uv support: Faster installation with uvuvx data_formulator or uv pip install data_formulator
  • v0.5.1 (Demo): Community data loaders, US Map & Pie Chart, editable reports, snappier UI
  • v0.5: Vibe with your data, in control — agent mode, data extraction, reports
  • v0.2.2 (Demo): Goal-driven exploration with agent recommendations and performance improvements
  • v0.2.1.3/4 (Readme | Demo): External data loaders (MySQL, PostgreSQL, MSSQL, Azure Data Explorer, S3, Azure Blob)
  • v0.2 (Demos): Large data support with DuckDB integration
  • v0.1.7 (Demos): Dataset anchoring for cleaner workflows
  • v0.1.6 (Demo): Multi-table support with automatic joins
  • Model Support: OpenAI, Azure, Ollama, Anthropic via LiteLLM (feedback)
  • Python Package: Easy local installation (try it)
  • Visualization Challenges: Test your skills (challenges)
  • Data Extraction: Parse data from images and text (demo)
  • Initial Release: Blog | Video

Overview

Data Formulator is a Microsoft Research project for data exploration with visualizations powered by AI agents. It combines UI interactions with natural language so analysts can communicate intent, branch into alternative analyses, and share results — starting from any data format (screenshot, text, CSV, or database).

Get Started

Play with Data Formulator with one of the following options.

  • Option 1: Install via uv (recommended)

    uv is an extremely fast Python package manager. If you have uv installed, you can run Data Formulator directly without any setup:

    uvx data_formulator
    

    Run uvx data_formulator --help to see all available options, such as custom port, sandboxing mode, and data storage location.

  • Option 2: Install via pip

    Use pip for installation (recommend: install it in a virtual environment).

    pip install data_formulator # install
    python -m data_formulator # run
    

    Data Formulator will be automatically opened in the browser at http://localhost:5567.

  • Option 3: Run with Docker

    docker compose up --build
    

    Open http://localhost:5567 in your browser. To stop, press Ctrl+C or run docker compose down.

  • Option 4: Codespaces

    You can run Data Formulator in Codespaces; we have everything pre-configured. For more details, see CODESPACES.md.

    Open in GitHub Codespaces

  • Option 5: Working as developer

    You can build Data Formulator locally and develop your own version. Check out details in DEVELOPMENT.md.

Using Data Formulator

Besides uploading csv, tsv or xlsx files that contain structured data, you can ask Data Formulator to extract data from screenshots, text blocks or websites, or load data from databases use connectors. Then you are ready to explore. Ask visualizaiton questions, edit charts, or delegate some exploration tasks to agents. Then, create reports to share your insights.

https://github.com/user-attachments/assets/164aff58-9f93-4792-b8ed-9944578fbb72

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

data_formulator-0.8.0a1.tar.gz (13.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

data_formulator-0.8.0a1-py3-none-any.whl (13.5 MB view details)

Uploaded Python 3

File details

Details for the file data_formulator-0.8.0a1.tar.gz.

File metadata

  • Download URL: data_formulator-0.8.0a1.tar.gz
  • Upload date:
  • Size: 13.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for data_formulator-0.8.0a1.tar.gz
Algorithm Hash digest
SHA256 b8135e5ed9e3b1b45c7d3f88a0c3117d3950b354f7b3f6e868daa61bc0398441
MD5 6636de1808eb0d7d47d65cce42965064
BLAKE2b-256 0dd514b9e5bbd26c72e9e3ff6d6480cefff2364cbbfbedee0a5238449cabe6ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for data_formulator-0.8.0a1.tar.gz:

Publisher: python-build.yml on microsoft/data-formulator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file data_formulator-0.8.0a1-py3-none-any.whl.

File metadata

File hashes

Hashes for data_formulator-0.8.0a1-py3-none-any.whl
Algorithm Hash digest
SHA256 22f834702a68f50e33ec5bf8105449858f99eb751e1c6dfb0233583f0d71e46a
MD5 3508a72275330baa80db36cd73b15135
BLAKE2b-256 7c88ff8dd7833e454d83fcfe5213201146b812f3605cecae93e4ece50a531765

See more details on using hashes here.

Provenance

The following attestation bundles were made for data_formulator-0.8.0a1-py3-none-any.whl:

Publisher: python-build.yml on microsoft/data-formulator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page