LlamaIndex Pandas Query Engine not returning all rows
I am using LlamaIndex Pandas Query Engine to produce a pandas query that is applied on a dataframe. The query produced is correct however the dataframe returned is not. Specifically, a dataframe with 10 rows is returned. These are the first 5 and last 5 rows of the correct dataframe.