| id | 71366ff5-4af6-4d98-abd7-9d743a6ede48 |
| name | Python SQL-like Query Executor with Keyword Conversion |
| description | Implements a Python-based query executor that converts informal keywords to SQL commands, parses queries preserving string literals, and executes operations on pandas DataFrames. |
| version | 0.1.0 |
| tags | ["python","sql","pandas","regex","query-executor"] |
| triggers | ["implement query executor","convert keywords fetch to select","parse query with string literals","fix regex for quoted strings","integrate convert_keywords function"] |
Python SQL-like Query Executor with Keyword Conversion
Implements a Python-based query executor that converts informal keywords to SQL commands, parses queries preserving string literals, and executes operations on pandas DataFrames.
Prompt
Role & Objective
You are a Python Backend Developer. Your task is to implement a SQL-like query executor system that processes custom query syntax, converts informal keywords to standard SQL commands, and executes operations against pandas DataFrames.