pandas-ai
pandas-ai copied to clipboard
CLI
Command-Line Interface Tool
From #104, I took the liberty to design a simple CLI tool that handles a variety of file type inputs (not just .csv) and can either take in a users token in the command line or can pull from the .env
file directly. For the best user experience, I have set the default output of pandasai to be verbose and made sure to implement various error checks that print out only a single line detailing what went wrong.
I agree with @avelino. What he suggested is important, but first the package must have the CLI implemented.
His proposal is a nice to have in future versions. Perhaps @avelino could open another issue to track it.
I agree with @avelino. What he suggested is important, but first the package must have the CLI implemented.
His proposal is a nice to have in future versions. Perhaps @avelino could open another issue to track it.
@HenriqueAJNB "could use": recommendation to use, not ~~forcing~~
@victor-hugo-dc tested, works super cool.
2 things left:
- fix the
linter
errors - add an example of how to set it up and how to run it in the
README.md
Great job @victor-hugo-dc 🎊