An open API service indexing awesome lists of open source software.

https://github.com/ekzhu/chatgpt-data-analysis-examples

Examples of using ChatGPT with Code Interpreter Plugin for data analysis
https://github.com/ekzhu/chatgpt-data-analysis-examples

Last synced: 6 months ago
JSON representation

Examples of using ChatGPT with Code Interpreter Plugin for data analysis

Awesome Lists containing this project

README

          

# ChatGPT for Data Analysis Examples

Examples of using ChatGPT with Code Interpreter Plugin for data analysis

## Installation

```bash
pip install -r requirements.txt
```

## Usage

Each example is in its own directory. For example:

```bash
cd city_of_seattle_wage_data
python dashboard.py
```

The transcript with ChatGPT is in the `transcript.txt` file.