Skip to main content

Power up your data science workflow with ChatGPT

Project description

pandas-gpt Open In Colab

Power up your data science workflow with ChatGPT.


Installation

pip install git+https://github.com/rvanasa/pandas-gpt

Set the OPENAI_API_KEY environment variable to your OpenAI API key, or use the following code snippet:

import openai
openai.api_key = 'sk-**********'

Examples

Setup and usage examples are available in this Google Colab notebook.

import pandas as pd
import pandas_gpt

df = pd.DataFrame(...)

# Run Python code generated by ChatGPT
df.ask('do something with the dataset')

# Show additional output
df.ask('do something with the dataset', verbose=True)

# Print source code instead of running
df.ask.code('do something with the dataset')

Alternatives

  • GitHub Copilot: General-purpose code completion (paid subscription)
  • Sketch: AI-powered data summarization and code suggestions (works without an API key)

Disclaimer

Please note that the limitations of ChatGPT also apply to this library. I would recommend using pandas-gpt in a sandboxed environment such as Google Colab, Kaggle, or GitPod.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pandas-gpt-0.1.0.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

pandas_gpt-0.1.0-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page