You can read the task, take hints and check your answer — but nothing is saved. No XP, no skill points, and this task will not be marked complete.
Write `load_rows(path)` returning a list of dictionaries, one per data row, using the standard library CSV reader that reads headers automatically.
What this proves: Reach for the standard library instead of hand-rolling a parser.
Need assistance? You can reveal sequential hints. Each hint applies a minor penalty to your score.
If you are completely stuck, you can unlock the full step-by-step walkthrough.