Chat with GitHub Copilot to create queries, generate visualizations, and manage your data workflow naturally.
Ask questions about your data in plain language. Copilot generates the SQL or Python code automatically.
Copilot can create, edit, and execute code blocks directly. Watch your analysis build itself.
Ask about your tables and columns. Copilot reads the database schema to give accurate suggestions.
Say "create a chart" and Copilot generates matplotlib code, executes it, and shows the result.
Combine SQL queries and Python code in the same file. Query your data, then visualize and transform it - all without switching tools.
Alternate between SQL and Python blocks in any order
SQL results become DataFrames, accessible in Python blocks
Execute individual blocks or run the entire document sequentially
A complete toolkit designed to streamline your data analysis workflow
Write SQL and Python in the same document. Query results are automatically available as Pandas DataFrames.
Each SQL block can use a different database connection. Work with multiple data sources in a single document.
Each tab maintains its own connection and Python namespace. Compare data across environments with ease.
Drop CSV, JSON, Excel, or connection files directly into the editor. Import code is generated automatically.
Execute individual blocks with F5 or run all with Ctrl+F5. Each block is independent.
Built-in Matplotlib support. Create charts directly from your query results without leaving the IDE.
Export your work as standalone Python scripts, ready to run in production or share with your team.
Automatic update notifications keep you on the latest version with new features and improvements.
Connect to the most popular database systems
Get started in under 5 minutes
$ git clone https://github.com/natharuc/datapyn.git
$ cd datapyn
$ python -m venv .venv
$ .venv\Scripts\activate
$ pip install -r requirements.txt
$ python source/main.py
Download the Windows MSI from Releases. No Python installation required.
Everything you need to master DataPyn
Open Source
DataPyn is 100% open source under the MIT license. Contribute, report bugs, suggest features, or simply use it freely in your projects.
MIT License
Fork Welcome
PRs Accepted
Download DataPyn for free and unify SQL + Python in a single professional environment.
Download for Windows