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
- Host: GitHub
- URL: https://github.com/ekzhu/chatgpt-data-analysis-examples
- Owner: ekzhu
- License: mit
- Created: 2023-05-03T18:18:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T21:14:53.000Z (over 2 years ago)
- Last Synced: 2024-11-22T20:36:04.316Z (11 months ago)
- Language: Python
- Size: 186 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.