
Prompt - Python Data Script Generator
ChatGPT000
data analysis
Prompt - Python Data Script Generator
Act as a Python data engineer. Write a clean, commented Python script that [TASK, e.g. reads a CSV, cleans it, and outputs a summary]. Input format: [DESCRIBE]. Desired output: [DESCRIBE]. Use pandas where sensible, handle missing values and errors gracefully, and print a short summary at the end. Explain how to run it and what libraries to install. Keep it readable for someone who's intermediate at Python.
