Python Pandas Data Analyzer
By Cameron Chen · Published · Updated
Generate Pandas code to clean, filter, and analyze a specific dataset.
Tags: data, python, coding
Prompt template
## Introduction Write Pandas scripts for data manipulation and analysis. ## Dataset Info - Describe your dataset (columns, data types): [textarea: E.g., Sales data with Date, Revenue, ProductID, Region] - What is the goal of the analysis?: [textarea: E.g., Find the top 5 products by revenue in each region] ## Operations Required - Pandas operations to include: [multi: GroupBy, Merge/Join, Handle Missing Values (fillna), Pivot Tables, Date Parsing] - Do you want to include code for a Matplotlib/Seaborn plot? [toggle: Yes, No] - Output Format: [dropdown: Pure Python Script, Jupyter Notebook cells] --- **Goal**: Output the Python code required to perform the requested data analysis.