Does pandas AI translate user query into code ? #1585
mithunmanohar
started this conversation in
General
Replies: 1 comment
-
@mithunmanohar it does convert text into a combination of SQL and python. From version 3.0 (currently on beta), it does rely mostly on SQL even for local files (csv, parquet), leveraging duckdb under the hood! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does Pandas AI convert plain text user queries into Python code to query the actual DataFrame, or does it rely on other LLM techniques?
Beta Was this translation helpful? Give feedback.
All reactions