
ChartGPT is a lightweight and user-friendly tool designed to assist you in visualizing your Pandas dataframes. Whether you are working in a Jupyter notebook or developing a Dash application, ChartGPT makes it effortless to generate stunning charts and plots. π
Features π
- Intuitive integration with Pandas dataframes πΌ
- Supports both Jupyter notebooks and Dash applications ππ
- Simple installation and setup βοΈ
Installation β¬οΈ
You can install ChartGPT using pip:
pip install chartgpt
Example Usage π
Jupyter Notebook π
import chartgpt as cg
df = pd.read_csv('data.csv')
chart = cg.Chart(df, api_key="YOUR_API_KEY")
chart.plot("Pop vs. State")

Generated graph after inputting 'Pop vs. State'
Dash App π

Documentation π
For detailed information on how to use ChartGPT, please refer to the documentation.
License π
This project is licensed under the MIT License - see the LICENSE file for details.