Google Bard Prompts for Data Analysis
Need help with your data analysis? Use Google Bard Prompts for Data Analysis to get AI-powered writing suggestions.
Make better decisions with accurate data insights.
Prompts for Data Analysis | Prompt Details |
---|---|
Act as an Excel Sheet | I want you to act as a text based excel. you'll only reply me the text-based 10 rows excel sheet with row numbers and cell letters as columns (A to L). First column header should be empty to reference row number. I will tell you what to write into cells and you'll reply only the result of excel table as text, and nothing else. Do not write explanations. i will write you formulas and you'll execute formulas and you'll only reply the result of excel table as text. First, reply me the empty sheet. |
Act as a Statistician | I want to act as a Statistician. I will provide you with details related with statistics. You should be knowledge of statistics terminology, statistical distributions, confidence interval, probabillity, hypothesis testing and statistical charts. My first request is "I need help calculating how many million banknotes are in active use in the world". |
Act as a Scientific Data Visualizer | I want you to act as a scientific data visualizer. You will apply your knowledge of data science principles and visualization techniques to create compelling visuals that help convey complex information, develop effective graphs and maps for conveying trends over time or across geographies, utilize tools such as Tableau and R to design meaningful interactive dashboards, collaborate with subject matter experts in order to understand key needs and deliver on their requirements. My first suggestion request is "I need help creating impactful charts from atmospheric CO2 levels collected from research cruises around the world." |
Act as a Fill in the Blank Worksheets Generator | I want you to act as a fill in the blank worksheets generator for students learning English as a second language. Your task is to create worksheets with a list of sentences, each with a blank space where a word is missing. The student's task is to fill in the blank with the correct word from a provided list of options. The sentences should be grammatically correct and appropriate for students at an intermediate level of English proficiency. Your worksheets should not include any explanations or additional instructions, just the list of sentences and word options. To get started, please provide me with a list of words and a sentence containing a blank space where one of the words should be inserted. |
Write Python Code to Find the Best Classification Model | 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. |
Need a Dataset with X Rows and Y Columns | I need a dataset that has x rows and y columns: [insert column names]. |
The Most Important KPIs for the Field | What are the most important KPIs for [insert industry/field]. |
Provide Mathematical Formulas for KPIs | Can you provide me with the mathematical formulas for the most important KPIs for [insert industry/field]. |
Give 4 Formulas in SQL Code | Can you give the 4 formulas for [metrics] in SQL code? |
Generate an Example of a Transactions Dataset | Generate an example of a transactions dataset that [company] can create. |
Write a SWOT Analysis for EGO Power Products | Please write a SWOT analysis for EGO power products. |
Write Code to Tune Hyper Parameters | 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. |
Write Code for Data Visualization and Exploration | 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 visualization and exploration. |
Oversample and Undersample 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? |
Explain the Model's Results | 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. |
Describe Graph Requirements | I want you to act as a coder in python. I have a dataset [name] with columns [name]. [Describe graph requirements]. |
Describe the Organized Files | I want you to act as a coder. I have a folder of images. [Describe how files are organized in directory] [Describe how you want images to be printed]. |
Pretend as a SQL terminal | Pretend you are as a SQL terminal in front of an example database. The database contains tables named “Users”, “Items”, “Orders”, “Ratings”. I will type queries and you will reply with what the terminal would show. I want you to reply with a table of query results in a single code block, and nothing else. Do not write explanations or type commands unless I instruct you to do so. If I have to tell you something in English I will do so in curly braces {like this). Alright let’s get started . My first command is ‘SELECT TOP 10 * FROM Items ORDER BY Id DESC’. |
Pretend as a Machine Learning Engineer | Pretend you are a machine learning engineer. I will write some machine learning concepts and it will be your job to explain them in easy-to-understand terms. This could contain providing step-by-step instructions for building a model, demonstrating various techniques with visuals, or suggesting online resources for further study. My first suggestion request is “I have a dataset without labels. Which machine learning algorithm should I use?” |
Clean Data | I want you to act as a data analyst. I have a dataset of [describe dataset]. Please write python code to clean the data by removing missing values, duplicates, and outliers. Example: I want you to act as a data analyst. I have a dataset of customer orders that includes order ID, customer ID, order date, product ID, and quantity. Please write Python code to clean the data by removing missing values, duplicates, and outliers. |
Generate Data | I want you to act as a fake data scientist. I need a dataset that has x rows and y columns: [insert column names]. Can you generate fake data for me? |
Train Regression 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 predicts [target variable] using a regression algorithm such as linear regression, random forest regression, etc. |
Train Clustering 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 groups the data into n clusters based on similarity using a clustering algorithm such as k-means, hierarchical clustering, etc. |
Train Neural Network Model | I want you to act as a data scientist and code for me. I have a dataset of [describe dataset]. Please build a neural network model that predicts [target variable] using a deep learning framework such as TensorFlow, Keras, PyTorch, etc. |
Merge Data | I want you to act as a data analyst. I have two datasets [describe datasets]. Please write python code to merge these datasets by joining them on a common column. |
Reshape Data | I want you to act as a data analyst. I have a dataset of [describe dataset]. Please write python code to reshape the data from wide to long format or vice versa. |
Group Data | I want you to act as a data analyst. I have a dataset of [describe dataset]. Please write python code to group the data by one or more columns and calculate summary statistics such as count, mean, median, etc. |
Filter Data | I want you to act as a data analyst. I have a dataset of [describe dataset]. Please write python code to filter the data based on certain criteria, such as a range of values or a specific category. |
Calculate Moving Average | I want you to act as a data analyst. I have a time series dataset [describe dataset]. Please write python code to calculate a moving average of the target variable over a window of n days. |
Create Lagged Variables | I want you to act as a data analyst. I have a time series dataset [describe dataset]. Please write python code to create lagged variables of the target variable for n periods. |
Calculate Percentage Change | I want you to act as a data analyst. I have a time series dataset [describe dataset]. Please write python code to calculate the percentage change of the target variable over a window of n days. |
Normalize Data | I want you to act as a data analyst. I have a dataset of [describe dataset]. Please write python code to normalize the data by scaling each feature to have zero mean and unit variance. |
Parallelize Code | I want you to act as a code optimizer. The following code is taking a long time to run. Can you parallelize it for me? [Insert code here] |
Remove Special Characters in Python | Assume you are a Python developer. Can you develop a script that removes special characters and symbols from a given dataset? |
Optimize Numpy | I want you to act as a code optimizer. Can you optimize the following numpy code? [Insert code here] |
Refactor Code | I want you to act as a software developer. Can you refactor the following code for me? [Insert code here] |
Write Regex | I want you to act as a coder. Please write me a regex in python that [describe regex]. |
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. |
Feature Engineering | I want you to act as a data scientist. I have a dataset of [describe dataset]. Please write python code to create new features from the existing ones using techniques such as one-hot encoding, binning, scaling, etc. |
Memory Optimization | I want you to act as a code optimizer. The following code is consuming too much memory. Can you optimize it to reduce memory usage? [Insert code here] |
Optimize Regular Expressions | I want you to act as a code optimizer. The following regular expression code is taking a long time to execute. Can you optimize it for me? [Insert code here] |
Vectorize Code | I want you to act as a code optimizer. The following code is taking a long time to execute. Can you vectorize it for me? [Insert code here] |
Optimize Pandas Apply Function | I want you to act as a code optimizer. The following Pandas apply function is taking a long time to execute. Can you optimize it for me? [Insert code here] |
Optimize Matplotlib | I want you to act as a code optimizer. The following Matplotlib code is taking a long time to execute. Can you optimize it for me? [Insert code here] |
Optimize Image Processing | I want you to act as a code optimizer. The following image processing code is taking a long time to execute. Can you optimize it for me? [Insert code here] |
Optimize Network Communication | I want you to act as a code optimizer. The following code is performing network communication and taking a long time to execute. Can you optimize it for me? [Insert code here] |
Optimize Database Queries | I want you to act as a code optimizer. The following code is performing database queries and taking a long time to execute. Can you optimize it for me? [Insert code here] |
Optimize File I/O | I want you to act as a code optimizer. The following code is performing file I/O operations and taking a long time to execute. Can you optimize it for me? [Insert code here] |
Optimize GPU Computing | I want you to act as a code optimizer. The following code is using a GPU and taking a long time to execute. Can you optimize it for me? [Insert code here] |
Data Wrangling | I want you to act as a data wrangler. I have a dataset of [describe dataset]. Please write the code to manipulate the data into a format that is easy to work with. |
Analyze Dataset | I want you to act as a data analyst. I have a dataset of [describe dataset]. Please analyze the data and provide insights. |
Suggest Edge Cases | I want you to act as a software developer. Please help me catch edge cases for this function [insert function] so that it won’t break production code. |
Optimize Machine Learning Model | I want you to act as a machine learning optimizer. I have built a machine learning model using [insert library and model name], but it is not performing well. Can you help me optimize the model? |
Optimize Deep Learning Model | I want you to act as a deep learning optimizer. I have built a deep learning model using [insert library and model name], but it is taking too much time to train. Can you help me optimize the model? |
Optimize Natural Language Processing | I want you to act as a natural language processing optimizer. I have a code that processes text, but it takes too much time to execute. Can you help me optimize it? [Insert code here] |
Optimize Parallel Computing | I want you to act as a parallel computing optimizer. I have a code that can be parallelized, but it takes too much time to execute. Can you help me optimize it? [Insert code here] |
Optimize Memory Usage | I want you to act as a memory optimizer. I have a code that is using too much memory. Can you help me optimize it? [Insert code here] |
Optimize API Calls | I want you to act as an API optimization expert. I have a code that makes API calls, but it takes too much time to execute. Can you help me optimize it? [Insert code here] |
Optimize Web Scraping | I want you to act as a web scraping optimization expert. I have a code that scrapes websites, but it takes too much time to execute. Can you help me optimize it? [Insert code here] |
Implement Regular Expression Parser | I want you to act as a software developer. I need a python function that parses a regular expression and returns a parse tree. The input is a string representing the regular expression. |
Pivot Data | I want you to act as a data analyst. I have a dataset of [describe dataset]. Please write python code to pivot the data by creating a new table with rows as one column, columns as another column, and values as a third column. |
Feature importance | I want you to act as a data scientist and explain the model’s results. I have trained a decision tree model. Please write code to find the most important features. |
Write Documentation | Imagine you are a software developer. Your task is to provide documentation for the function func1 shown below. [Insert function] |
Improve Readability | Imagine you are a code analyzer. Your task is to improve the following code for readability and maintainability. [Insert code] |
Format SQL | Imagine you are a SQL formatter. Your task is to format the following SQL code and convert all reserved keywords to uppercase. [Insert code] |
Translate Between DBMS | Imagine you are a coder and need to write SQL code for MySQL. What is the equivalent of PostgreSQL’s DATE_TRUNC function in MySQL? |
Translate Python to R | Imagine you are a code translator. Your task is to convert the following Python code to R. [Insert code] |
Translate R to Python | Imagine you are a code translator. Your task is to convert the following R code to Python. [Insert code] |
Google sheet formula | I want you to act as google sheet expert that generates Google Sheets formula. Please generate a formula that [describe requirements] |
Excel sheet formula | I want you to act as excel sheet expert that generates excel Sheets formula. Please generate a formula that [describe requirements] |
R Scripting | As a data scientist, please write an R script that fulfills the following requirement: [Insert requirement here]. |
Shell Scripting | As a Linux terminal expert, please write a shell script that fulfills the following requirement: [Describe requirements]. |
Excel VBA Development | As an Excel VBA developer, please write a VBA code that performs the following function: [Insert function here]. |
Leetcode Problem Solution | Given tables with certain columns, output specific results. Solve the following problem: [insert question] |
Debug ChatGPT Code | Your previously provided code is incorrect. Please identify and correct the error(s) in the code. Can you try again? |
Explain Like Stack Overflow | Pretend to be an expert on Stack Overflow and provide a comprehensive answer with code snippets, sample tables, and outputs to support your response to the technical question at hand: [insert technical question] |
Web scraping with python | Assume you are a Python developer. Please generate a script that can scrape data from a website and store it in a database. |
Simulation study with python | Assume you are a Python developer. Can you create a code that generates random data for a simulation study? |
Import data from API with python | Assume you are a Python developer. Can you write a script to import data from an API endpoint? |
Synthetic data generation with python | Assume you are a Python developer. Can you develop a code that generates synthetic data for a customer database? |
Read excel data with python | Assume you are a Python developer. Please create a script that can read data from an Excel file and store it in a Pandas dataframe. |
Remove Irrelevant Columns in Python | Assume you are a Python developer. Can you create a script that removes irrelevant columns from a dataset? |
Text Normalization in Python | Assume you are a Python developer. Can you write a code to perform text normalization on a given dataset? |
Handle Non-ASCII Characters in Python | Assume you are a Python developer. Can you create a code that handles non-ASCII characters in a given dataset? |
Generate Density Plots in Python | Assume you are a Python developer. Can you write a script that generates density plots for a given dataset? |
Identify Anomalies in Python | Assume you are a Python developer. Can you develop a code that identifies anomalies in a given dataset? |
- Google Bard Prompts
- 50+ Funny Google Bard Prompts
- 200+ Best Google Bard Prompts for Writers
- 200+ Google Bard Prompts for Programming and Coding
- 200+ Google Bard Prompts for Marketing and Advertising
- 145 Google Bard Prompts for Content Creation
- 80+ Google Bard Prompts for Job Search and Career
- Google Bard Prompts for Accountants
- Google Bard Prompts for Artist
- Google Bard Prompts for AI art
- Google Bard Prompts for Beauty and Skincare
- 130+ Google Bard Prompts for Business Analyst
- 187 Google Bard Prompts for Writing
- 116 Google Bard Prompts for Customer Service
- 132 Google Bard Prompts for Data Analysis
- 165 Google Bard Prompts for Data Analyst
- Google Bard Prompts for Designers
- Google Bard Prompts for Education and Learning
- Google Bard Prompts for Entrepreneurs
- Google Bard Prompts for Environment Sustainability
- Google Bard Prompts for Event Planning
- Google Bard Prompts for Fashion and Style
- 30+ Best General Google Bard Prompts
- 30+ Google Bard Prompts for Investing
- Google Bard Prompts for Health and Fitness
- Google Bard Prompts for History and Culture
- 50+ Google Bard Prompts for HR Professionals
- Google Bard Prompts for Journalist
- 50+ Best Google Bard Prompts for Lawyers
- 140 Best Google Bard Prompts for Marketers
- 50+ Google Bard Prompts for Mental Health
- 50+ Google Bard Prompts for Music and Entertainment
- 30+ Best Google Bard Prompts for Nursing
- 30+ Best Google Bard Prompts for Parenting and Family
- 20+ Best Google Bard Prompts for Personal Development
- 20+ Google Bard Prompts for Pet Care and Training
- 20+ Best Google Bard Prompts for Photographers
- 20+ Best Google Bard Prompts for Photography and Videography
- 40+ Best Google Bard Prompts for Public Relations
- 50+ Google Bard Prompts for Productivity and Organization
- 30+ Best Google Bard Prompts for Psychologist
- Google Bard Prompts for Relationship and Dating
- 80+ Best Google Bard Prompts for Sales
- 200+ Google Bard Prompts for SEO Optimization
- 100+ Google Bard Prompts for SEO specialist
- 100+ Google Bard Prompts for Social Media Posts
- 80+ Google Bard Prompts for Social Media Manager
- 100+ Best Google Bard Prompts for Developers
- 20+ Google Bard Prompts for Sports and Athletics
- 50+ Best Google Bard Prompts for Students
- 50+ Best Google Bard Prompts for Teachers
- 20+ Google Bard Prompts for Technology and Gadgets
- 100+ Best Google Bard Prompts for Business
- 74 Google Bard Prompts for Consulting
- Google Bard Prompts for DIY and Home Improvement
- Google Bard Prompts for Finance and Investing
- Google Bard Prompts for Games
- 30+ Best Google Bard Prompts for Travel and Adventure
FAQ
Google Bard Prompts for Data Analysis is a feature within Google Workspace that uses artificial intelligence to help data analysts and business professionals improve their data analysis skills and make better decisions based on data insights.
Google Bard Prompts for Data Analysis uses machine learning algorithms to analyze the content of a user’s data analysis report and suggest improvements based on the context, audience, and intended message. It offers suggestions for word choice, grammar, sentence structure, and overall style to enhance the effectiveness of the report.
No, Google Bard Prompts for Data Analysis is currently only available to users with a Google Workspace Business Standard, Business Plus, Enterprise Standard, or Enterprise Plus account.
Yes, users can turn off Google Bard Prompts for Data Analysis by going to the “Preferences” section of their Google Workspace account settings and unchecking the “Show writing suggestions” box.