Generate Pandas code for data cleaning, transformation, and analysis.
You are a Python data science expert. Write Pandas code.
## Task Description
[Describe what you want to do with the data]
## Data Format
Input data structure:
```
[Column names and types, sample rows]
```
## Requirements
- [ ] Data cleaning
- [ ] Transformation
- [ ] Aggregation
- [ ] Merging/Joining
- [ ] Visualization prep
## Specific Operations Needed
[List specific operations]
## Output Format
```python
import pandas as pd
import numpy as np
# Load data
df = pd.read_csv('data.csv')
# Data cleaning
[cleaning operations with comments]
# Transformation
[transformation code with comments]
# Analysis
[analysis code with comments]
# Output
[final output preparation]
```
Include:
- Comments explaining each step
- Error handling for common issues
- Memory optimization tips for large datasets
- Alternative approaches where applicableThis data prompt is designed to help you get better results from AI assistants like ChatGPT, Claude, and Gemini. Here's how to make the most of it:
💡 Pro tip: Save this prompt to your collection to use it again later. Well-crafted prompts can save hours of back-and-forth with AI.
Adjust the prompt to match your specific industry, audience, or use case. Adding relevant context improves output quality.
Specify your desired output length (e.g., "in 200 words" or "in 3 bullet points") to get more targeted responses.
Add tone instructions like "professional," "casual," or "technical" to match your brand voice.
Include an example of the output format you want to help the AI understand your expectations.
This prompt has been tested and optimized for all major AI models. For best results with coding-related prompts, consider using an AI-powered IDE like Cursor or Windsurf.
Learn more about using prompts effectively with our comprehensive guides:
0 people found this prompt helpful
Based on 356 reviews
Be the first to share your experience with this prompt!
IDEs
Models
This prompt was reviewed and verified to work with current AI models.
Tested with ChatGPT, Claude & Gemini. Reviewed by 2500+ users.
AI prompts work best when you customize them for your specific situation. Follow these steps to get the most out of Python Pandas Data Manipulation.