Here are some data analysis prompts you can use with Gemini, categorized by their function:
Understanding Your Data:
- Data Description: "Summarize the key statistics for the 'customer_age' column in my 'sales' table."
- Data Exploration: "Identify the top 5 most frequent product categories in my 'ecommerce' dataset."
- Data Cleaning: "Find and replace missing values in the 'price' column of my 'products' table with the median price."
Finding Trends and Patterns:
- Correlation Analysis: "Calculate the correlation coefficient between 'customer_satisfaction' and 'purchase_frequency' in my 'customer_feedback' dataset."
- Segmentation: "Segment my customer base by age and income level."
- Time Series Analysis: "Analyze sales trends over the past year for my online store."
Asking Specific Questions:
- Comparison: "Compare website traffic from mobile devices with desktop traffic for the past month."
- Filtering: "Find all customers who made a purchase over $100 in the last quarter."
- Forecasting: "Predict future sales based on historical data and current trends."
Using Gemini with Google Cloud:
- Finding Available Data: "What datasets and tables are available to me in BigQuery?"
- Optimizing Queries: "Help me optimize my BigQuery query to improve performance."
- Understanding Code: "Summarize the functionality of this SQL code snippet used for data transformation."
Additionally, remember:
- You can combine prompts for more complex analysis.
- Be specific about the data source (e.g., table name) and columns you want to analyze.
- Phrase your questions clearly and concisely.
For further reference, you can explore these resources:
- Write better prompts for Gemini in Google Cloud: https://m.youtube.com/watch?v=VqTjJubt0kE
- Gemini Prompt Engineering for Data Enthusiasts: https://leonnicholls.medium.com/mastering-gemini-debates-advanced-prompts-for-deeper-thinking-211acf8d156f
No comments:
Post a Comment