🔥 3-day streak
GitHub Copilot163 / 190
Question 163 of 190
A developer opens a brand-new, empty file named `data_pipeline.py` and immediately wants Copilot to generate a function that reads a CSV, drops rows with null values, and returns a pandas DataFrame. They write only a single terse comment `# process` at the top and wait for a suggestion, but Copilot produces an unrelated print statement. Applying prompt-engineering best practices, what is the MOST effective single change to get a relevant suggestion?
Reviewed for accuracy · Report an issueNext question