Generate Pandas code for data cleaning, transformation, and analysis.
Ask questions or share concrete improvements.
No comments yet.
Sign in to join the discussion.
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.
Compatibility tags come from the prompt author. Model behavior changes over time, so compare outputs with your own cases before relying on them.
Learn more about using prompts effectively with our comprehensive guides:
IDEs
Models