Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chartgpt

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chartgpt

ChartGPT is a library for generating charts from text

  • 0.0.6
  • PyPI
  • Socket score

Maintainers
2

ChartGPT Logo


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")

ChartGPT in a Jupyter notebook

Generated graph after inputting 'Pop vs. State'

Dash App 🚀

ChartGPT in a 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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc