textcodingintermediate

PYTHON DATA ANALYSIS SCRIPT

Generate Python scripts for data analysis using pandas, numpy, and visualization libraries

Recommended Model: Claude Sonnet 4.6
Est. Tokens: 1,000

Prompt Generator

Generate Your Prompt

Fill in the fields below to generate an optimized prompt based on best practices

What data are you analyzing?

What insights do you want to extract?

What format is your data in?

List the main columns you'll analyze (comma-separated)

Examples

Sales Analysis

Input Variables
datasetDescription:E-commerce sales data with customer info, products, and transactions
analysisGoals:- Calculate monthly revenue - Find top 10 products - Segment customers by purchase behavior
dataFormat:csv
keyColumns:order_id, customer_id, product_name, price, quantity, order_date
hasNulls:
includeVisualization:
vizLibrary:seaborn

Frequently Asked Questions

Best Practices

Critical Best Practices

Be Specific About Requirements

critical

Include exact specifications: language version, framework, dependencies, coding style, and expected behavior. Vague requirements lead to generic code.

Example:

"Instead of "create a function", say "create a TypeScript function using async/await that validates email format using regex""

Source: custom

Provide Codebase Context

critical

Share relevant existing code, file structure, naming conventions, and architectural patterns. This helps generate code that fits your project.

Source: claude

Recommended Best Practices

Request Tests and Error Handling

recommended

Explicitly ask for tests, edge case handling, and error messages. Quality code includes validation and testing.

Source: custom

Optional Enhancements

Specify Code Style

optional

Request specific formatting, commenting, and naming conventions. This ensures generated code matches your standards.

Source: custom

Related Templates

Keywords

python data analysispandas tutorialnumpy examplesdata visualization pythonpython data sciencedata cleaning python