shroominic / codeinterpreter-api

👾 Open source implementation of the ChatGPT Code Interpreter
https://discord.gg/Vaq25XJvvW
MIT License
3.76k stars 400 forks source link

Column Names are not being read properly #125

Open miggytrinidad opened 1 year ago

miggytrinidad commented 1 year ago

Great package! But when I use CSV or XLSX, the tool is not able to use the actual column names in the file.

Is there something I should do?

erickfm commented 11 months ago

Not a robust solution, however you can specify the filename and associated columns in the prompt/user_msg and it works.