Support for Dask DataFrame Agent to perform DataFrame Querying using Natural Language similar to Pandas and PySpark #31677
venkatesh71097
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
I've been using Dask DataFrames for my task, and was wondering if LangChain could support DataFrame loading and agent support for Dask.
Motivation
I have a completely Dask-based workflow where I can't use Pandas. Hence, I wouldn't be able to make use of Pandas DataFrame agent. Converting Dask Dataframes to Pandas and then feeding into Pandas Agent will load all of my data into memory, and I wouldn't want to do that.
I noticed that LangChain has support for PySpark DataFrames which also adopt lazy evaluation. Hence, was wondering if you could support for Dask DataFrames too.
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions