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 AnalysisPrompt Details
Act as an Excel SheetI 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 StatisticianI 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 VisualizerI 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 GeneratorI 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 ModelI 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 ColumnsI need a dataset that has x rows and y columns: [insert column names].
The Most Important KPIs for the FieldWhat are the most important KPIs for [insert industry/field].
Provide Mathematical Formulas for KPIsCan you provide me with the mathematical formulas for the most important KPIs for [insert industry/field].
Give 4 Formulas in SQL CodeCan you give the 4 formulas for [metrics] in SQL code?
Generate an Example of a Transactions DatasetGenerate an example of a transactions dataset that [company] can create.
Write a SWOT Analysis for EGO Power ProductsPlease write a SWOT analysis for EGO power products.
Write Code to Tune Hyper ParametersI 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 ExplorationI 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 DataI 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 ResultsI 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 RequirementsI want you to act as a coder in python. I have a dataset [name] with columns [name]. [Describe graph requirements].
Describe the Organized FilesI 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 terminalPretend 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 EngineerPretend 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 DataI 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 DataI 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 ModelI 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 ModelI 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 ModelI 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 DataI 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 DataI 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 DataI 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 DataI 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 AverageI 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 VariablesI 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 ChangeI 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 DataI 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 CodeI 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 PythonAssume you are a Python developer. Can you develop a script that removes special characters and symbols from a given dataset?
Optimize NumpyI want you to act as a code optimizer. Can you optimize the following numpy code? [Insert code here]
Refactor CodeI want you to act as a software developer. Can you refactor the following code for me? [Insert code here]
Write RegexI want you to act as a coder. Please write me a regex in python that [describe regex].
Train Time SeriesI 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 EngineeringI 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 OptimizationI 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 ExpressionsI 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 CodeI 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 FunctionI 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 MatplotlibI 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 ProcessingI 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 CommunicationI 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 QueriesI 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/OI 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 ComputingI 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 WranglingI 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 DatasetI want you to act as a data analyst. I have a dataset of [describe dataset]. Please analyze the data and provide insights.
Suggest Edge CasesI 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 ModelI 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 ModelI 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 ProcessingI 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 ComputingI 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 UsageI 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 CallsI 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 ScrapingI 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 ParserI 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 DataI 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 importanceI 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 DocumentationImagine you are a software developer. Your task is to provide documentation for the function func1 shown below. [Insert function]
Improve ReadabilityImagine you are a code analyzer. Your task is to improve the following code for readability and maintainability. [Insert code]
Format SQLImagine 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 DBMSImagine 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 RImagine you are a code translator. Your task is to convert the following Python code to R. [Insert code]
Translate R to PythonImagine you are a code translator. Your task is to convert the following R code to Python. [Insert code]
Google sheet formulaI want you to act as google sheet expert that generates Google Sheets formula. Please generate a formula that [describe requirements]
Excel sheet formulaI want you to act as excel sheet expert that generates excel Sheets formula. Please generate a formula that [describe requirements]
R ScriptingAs a data scientist, please write an R script that fulfills the following requirement: [Insert requirement here].
Shell ScriptingAs a Linux terminal expert, please write a shell script that fulfills the following requirement: [Describe requirements].
Excel VBA DevelopmentAs an Excel VBA developer, please write a VBA code that performs the following function: [Insert function here].
Leetcode Problem SolutionGiven tables with certain columns, output specific results. Solve the following problem: [insert question]
Debug ChatGPT CodeYour previously provided code is incorrect. Please identify and correct the error(s) in the code. Can you try again?
Explain Like Stack OverflowPretend 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 pythonAssume 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 pythonAssume you are a Python developer. Can you create a code that generates random data for a simulation study?
Import data from API with pythonAssume you are a Python developer. Can you write a script to import data from an API endpoint?
Synthetic data generation with pythonAssume you are a Python developer. Can you develop a code that generates synthetic data for a customer database?
Read excel data with pythonAssume 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 PythonAssume you are a Python developer. Can you create a script that removes irrelevant columns from a dataset?
Text Normalization in PythonAssume you are a Python developer. Can you write a code to perform text normalization on a given dataset?
Handle Non-ASCII Characters in PythonAssume you are a Python developer. Can you create a code that handles non-ASCII characters in a given dataset?
Generate Density Plots in PythonAssume you are a Python developer. Can you write a script that generates density plots for a given dataset?
Identify Anomalies in PythonAssume you are a Python developer. Can you develop a code that identifies anomalies in a given dataset?

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.