The community member is having trouble with the accuracy of their inference using an XLSX file, and they suspect it's because GPT-3.5 is not very good at math. Another community member suggests converting the file to a SQLite database and using the SQL index or a Pandas dataframe to improve the inference process.
Anyone knows how can I make inference better? I'm using an XLSX file and I would like it to answer the questions in a more accurate manner. I'm receiving a lot of wrong results. Probably because gpt-3.5 is not very good at math. π’