80% found this document useful (15 votes)
6K views67 pages

Train ChatGPT

This document contains 28 prompts for acting as a data scientist, software developer, or code expert. Each prompt provides a hypothetical coding scenario asking the assistant to respond by writing code, explaining code, optimizing code, or other data science and software development tasks. The prompts were created by Travis Tang and made available on GitHub to enable practicing a variety of roles within conversations.

Uploaded by

Martín Caliba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
80% found this document useful (15 votes)
6K views67 pages

Train ChatGPT

This document contains 28 prompts for acting as a data scientist, software developer, or code expert. Each prompt provides a hypothetical coding scenario asking the assistant to respond by writing code, explaining code, optimizing code, or other data science and software development tasks. The prompts were created by Travis Tang and made available on GitHub to enable practicing a variety of roles within conversations.

Uploaded by

Martín Caliba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 67

CHATGPT PROMPTS FOR DATA SCIENCE

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

1. Train Classification Model


I want you to act as a data scientist and code for me. I have a
dataset of [describe dataset]. Please build a machine learning
model that predict [target variable].

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

2. Automatic Machine Learning


I want you to act as an automatic machine learning (AutoML)
bot using TPOT for me. I am working on a model that predicts
[...]. Please write python code to find the best classification
model with the highest AUC score on the test set.

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

3. Tune Hyperparameter
I want you to act as a data scientist and code for me. I have
trained a [model name]. Please write the code to tune the
hyper parameters.

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

4. Explore Data
I want you to act as a data scientist and code for me. I have a
dataset of [describe dataset]. Please write code for data
visualisation and exploration.

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

5. Generate Data
I want you to act as a fake data generator. I need a dataset
that has x rows and y columns: [insert column names]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

6. Write Regex
I want you to act as a coder. Please write me a regex in python
that [describe regex]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

7. Train Time Series


I want you to act as a data scientist and code for me. I have a
time series dataset [describe dataset]. Please build a machine
learning model that predict [target variable]. Please use [time
range] as train and [time range] as validation.

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

8. Address Imbalance Data


I want you to act as a coder. I have trained a machine learning
model on an imbalanced dataset. The predictor variable is the
column [Insert column name]. In python, how do I oversample
and/or undersample my data?

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

9. Get Feature Importance


I want you to act as a data scientist and explain the model's
results. I have trained a decision tree model and I would like to
find the most important features. Please write the code.

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

10. Visualize Data with Matplotlib


I want you to act as a coder in python. I have a dataset [name]
with columns [name]. [Describe graph requirements]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

11. Visualize Image Grid Matplotlib


I want you to act as a coder. I have a folder of images.
[Describe how files are organised in directory] [Describe how
you want images to be printed]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

12. Explain Model with Lime


I want you to act as a data scientist and explain the model's
results. I have trained a [library name] model and I would like
to explain the output using LIME. Please write the code.

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

13. Explain Model with Shap


I want you to act as a data scientist and explain the model's
results. I have trained a scikit-learn XGBoost model and I
would like to explain the output using a series of plots with
Shap. Please write the code.

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

14. Write Multithreaded Functions


I want you to act as a coder. Can you help me parallelize this
code across threads in python?

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

15. Compare Function Speed


I want you to act as a software developer. I would like to
compare the efficiency of two algorithms that performs the
same thing in python. Please write code that helps me run an
experiment that can be repeated for 5 times. Please output
the runtime and other summary statistics of the experiment.
[Insert functions]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

16. Create NumPy Array


I want you to act as a data scientist. I need to create a numpy
array. This numpy array should have the shape of (x,y,z).
Please initialize the numpy array with random values.

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

17. Write Unit Test


I want you to act as a software developer. Please write unit
tests for the function [Insert function]. The test cases are:
[Insert test cases]
Credit: @svpino

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

18. Validate Column


I want you to act as a data scientist. Please write code to test
if that my pandas Dataframe [insert requirements here]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

19. Explain Python


I want you to act as a code explainer. What is this code doing?
[Insert code]
Credit: @svpino

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

20. Explain SQL


I want you to act as a data science instructor. Can you please
explain to me what this SQL code is doing? [Insert SQL code]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

21. Explain Google Sheets Formula


I want you to act as a Google Sheets formula explainer.
Explain the following Google Sheets command. [Insert
formula]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

22. Improve Code Speed


I want you to act as a software developer. Please help me
improve the time complexity of the code below. [Insert code]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

23. Optimize Pandas


I want you to act as a code optimizer. Can you point out
what's wrong with the following Pandas code and optimize it?
[Insert code here]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

24. Optimize Pandas Again


I want you to act as a code optimizer. Can you point out
what's wrong with the following Pandas code and optimize it?
[Insert code here]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

25. Optimize Python


I want you to act as a code optimizer. The code is poorly
written. How do I correct it? [Insert code here]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

26. Optimize SQL


I want you to act as an SQL code optimizer. The following
code is slow. Can you help me speed it up? [Insert SQL]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

27. Simplify Python


I want you to act as a code simplifier. Can you simplify the
following code?

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

28. Write Documentation


I want you to act as a software developer. Please provide
documentation for func1 below. [Insert function]
Credit: @svpino

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

29. Improve Readability


I want you to act as a code analyzer. Can you improve the
following code for readability and maintainability? [Insert
code]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

30. Format SQL


I want you to act as a SQL formatter. Please format the
following SQL code. Please convert all reserved keywords to
uppercase [Insert requirements]. [Insert Code]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

31. Translate Between DBMS


I want you to act as a coder and write SQL code for MySQL.
What is the equivalent of PostgreSQL's DATE_TRUNC for
MySQL?

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

32. Translate Python to R


I want you to act as a code translator. Can you please convert
the following code from python to R? [Insert code]
Credit: @svpino

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

33. Translate R to Python


I want you to act as a code translator. Can you please convert
the following code from R to python? [Insert code]
Credit: @svpino

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

34. Explain to Five-Year-Old


I want you to act as a data science instructor. Explain
[concept] to a five-year-old.

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

35. Explain to Undergraduate


I want you to act as a data science instructor. Explain
[concept] to an undergraduate.

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

36. Explain to Professor


I want you to act as a data science instructor. Explain
[concept] to a professor.

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

37. Explain to Business Stakeholder


I want you to act as a data science instructor. Explain
[concept] to a business stakeholder.

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

38. Explain Like Stackoverflow


I want you to act as an answerer on StackOverflow. You can
provide code snippets, sample tables and outputs to support
your answer. [Insert technical question]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

39. Suggest Edge Cases


I want you to act as a software developer. Please help me
catch edge cases for this function [insert function]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

40. Suggest Dataset


I want you to act as a data science career coach. I want to
build a predictive model for [...]. At the same time, I would like
to showcase my knowledge in [...]. Can you please suggest
the five most relevant datasets for my use case?

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

41. Suggest Portfolio Ideas


I want you to act as a data science coach. My background is
in [...] and I would like to [career goal]. I need to build a
portfolio of data science projects that will help me land a role
in [...] as a [...]. Can you suggest five specific portfolio projects
that will showcase my expertise in [...] and are of relevance to
[company]?

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

42. Suggest Resources


I want you to act as a data science coach. I would like to learn
about [topic]. Please suggest 3 best specific resources. You
can include [specify resource type]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

43. Suggest Time Complexity


I want you to act as a software developer. Please compare the
time complexity of the two algorithms below. [Insert two
functions]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

44. Suggest Feature Engineering


I want you to act as a data scientist and perform feature
engineering. I am working on a model that predicts [insert
feature name]. There are columns: [Describe columns]. Can
you suggest features that we can engineer for this machine
learning problem?

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

45. Suggest A/B Testing Steps


I want you to act as a statistician. [Describe context] Please
design an A/B test for this purpose. Please include the
concrete steps on which statistical test I should run.

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

46. Career Coaching


I want you to act as a career advisor. I am looking for a role as
a [role name]. My background is [...]. How do I land the role
and with what resources exactly in 6 months?

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

47. Correct Own Chatgpt Code


Your above code is wrong. [Point out what is wrong]. Can you
try again?

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

48. Correct Python Code


I want you to act as a software developer. This code is
supposed to [expected function]. Please help me debug this
python code that cannot be run. [Insert function]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

49. Correct SQL Code


I want you to act as a SQL code corrector. This code does not
run in [your DBMS, e.g. PostgreSQL]. Can you correct it for
me? [SQL code here]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

50. Troubleshoot PowerBI Model


I want you to act as a PowerBl modeler. Here is the details of
my current project. [Insert details]. Do you see any problems
with the table?
Credit: Mathias Halkjær Petersen

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

51. Create Running Average


I want you to act as a data scientist and write SQL code for
me. I have a table with two columns [Insert column names]. I
would like to calculate a running average for [which value].
What is the SQL code that works for PostgreSQL 14?

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

52. Solve Leetcode Question


Assume you are given the tables... with the columns... Output
the following...
Credit: Data Lemur

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

53. Write Google Sheets Formula


I want you to act as a bot that generates Google Sheets
formula. Please generate a formula that [describe
requirements]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

54. Write R
I want you to act as a data scientist using R. Can you write an
R script that [Insert requirement here]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

55. Write Shell


I want you to act as a Linux terminal expert. Please write the
code to [describe requirements]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

56. Write VBA


I want you to act as an Excel VBA developer. Can you write a
VBA that [Insert function here]?

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

57. Format Tables


I want you to act as a document formatter. Please format the
following into a nice table for me to place in Google Docs?
[insert text table here]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

58. Summarize Book


I want you to act as a technical book summarizer. Can you
please summarize the book [name] with 5 main points?

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

59. Summarize Paper


I want you to act as an academic. Please summarise the
paper [...] in simple terms in one paragraph.

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

60. Provide Emotional Support


I want you to provide emotional support to me. [Explain
problem here.]

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
CHATGPT PROMPTS FOR DATA SCIENCE

Author: https://www.linkedin.com/in/travistang
Repo: https://github.com/travistangvh/ChatGPT-Data-Science-Prompts

You might also like