2 Repos
Maintains pandas DataFrames and other rich data structures across conversation turns for iterative analysis.
Distinct from Structured Data Management: Distinct from Structured Data Management: focuses on preserving in-memory data structures across conversational turns rather than defining application-level data schemas.
Explore 2 awesome GitHub repositories matching data & databases · Session-Persistent DataFrames. Refine with filters or upvote what's useful.
TaskWeaver is an LLM agent framework that interprets natural language requests and executes them as Python code, SQL queries, or shell commands. It functions as a conversational code interpreter that maintains stateful data structures across turns, generating executable code from user prompts within a session-based environment. The system is designed as a self-hosted AI agent platform that can be deployed in Docker, managing sessions and providing a web UI for data analytics and automation tasks. The framework distinguishes itself through a role-based multi-agent architecture that divides the
TaskWeaver maintains rich data structures like pandas DataFrames across conversation turns for iterative analysis.
dtale is a web-based interactive grid and visualizer for pandas dataframes, designed as an exploratory data analysis tool. It provides a browser-based interface for analyzing tabular data structures, allowing users to calculate statistics, detect outliers, and compute correlations without writing manual code. The project functions as an embedded data viewer that can be integrated into web applications via iframes or custom routes, with specific support for Django, Flask, and Streamlit. It enables the exploration of datasets through a combination of an interactive data grid and a data visualiz
Persists and shares the state of analyzed pandas DataFrames across multiple sessions or worker processes.