Querying with multiple sheets at once using Pandas query engine #12642
Unanswered
Aniket-ByteIQ
asked this question in
Q&A
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.
-
Currently, PandasQueryEngine seems to take a single DataFrame as an input. But in my case I want to Query with multiple sheets of an Excel file at once, so that it will refer to the corresponding sheet according to the query asked.
I can read all the sheets and store them as list/dict of DataFrames, each representing a sheet of the workbook but how can I query with all of them in a single place?
Beta Was this translation helpful? Give feedback.
All reactions