Metadata-Version: 2.1
Name: pandas-chat
Version: 0.0.2
Summary: pandas-ai is a python library that uses ChatGPT prompts         to analyze and process pandas data in a conversational way.
Home-page: https://github.com/torshind/pandas-ai
Author: torshind
License: BSD 3-Clause
Keywords: pandas,chatgpt
License-File: LICENSE

# pandas-chat
pandas-chat is a python library that uses ChatGPT prompts to analyze and process pandas data in a conversational way.

# Installation
You can install pandas-chat using pip:
```
pip install pandas-chat
```
# Usage
TBD

# Contributing
We welcome contributions from the community. Please see our contributing guidelines for more information.

# License
This project is licensed under the BSD 3-Clause License - see the LICENSE.md file for details.

# TODO
- [ ] use logging
- [ ] use env var for api key
- [ ] real tests
- [ ] add CI/CD
- [ ] add semantic release
- [ ] add other LLMs
