Find answers from the community

Updated 3 months ago

Pandas

apparently llama-index do no have support for creating query pipeline/engine over multiple pandas dataframe yet! Just wondering if this is in the roadmap?
L
g
2 comments
Eh not really on the roadmap. Open to contributions.

Pandas in general is a bit of a security concern (I.e. arbitrary code execution).

Tbh I would convert to sqlite and do text to sql
hmm okk, text to sql is something new to think about. Because originally, the data of dataframes comes from different tables sitting in azure sql db. Have not yet explored the capabilities of text to sql. But thanks!
Add a reply
Sign up and join the conversation on Discord