#487 · Primary category: AI Coding Assistants
sketch
AI code-writing assistant that understands data content
Project last updated:02/08/24
GitHub Stars
2.3K
Forks
121
Contributors
5
License
MIT
Why we included this project
Sketch is a small Python library that adds an LLM to pandas without touching your IDE. After a pip install, every DataFrame you load gets a .sketch extension. You can ask questions about the data in plain English, and the assistant will also write copy-paste code for cleaning or plotting. It can generate new fields as well. The suggestions are based on the data's own summary statistics and content, so they're not just generic completions. That context awareness helps with tasks like spotting PII during cataloging or drafting feature-engineering steps. The methods are easy to adopt one at a time, so you can start with a single use case and expand from there. It's a lightweight way to get AI help with pandas without switching to a full IDE plugin.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.