Skip to content

Add missing World Cup CSV data#40

Open
Vivek1537 wants to merge 1 commit into
freeCodeCamp:mainfrom
Vivek1537:fix-missing-world-cup-csv
Open

Add missing World Cup CSV data#40
Vivek1537 wants to merge 1 commit into
freeCodeCamp:mainfrom
Vivek1537:fix-missing-world-cup-csv

Conversation

@Vivek1537

Copy link
Copy Markdown

Restores the missing games.csv data file on main so campers can clone the project and find the CSV data referenced by the curriculum. Related to freeCodeCamp issue #53914.

Copilot AI review requested due to automatic review settings June 29, 2026 19:46

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Restores the missing games.csv dataset so the curriculum’s World Cup database project has the expected CSV source available when learners clone the repo.

Changes:

  • Adds games.csv containing 2014 and 2018 World Cup knockout-round match data (header + 32 rows).
Comments suppressed due to low confidence (1)

games.csv:34

  • games.csv ends with an extra blank line (empty record). Many CSV-parsing loops in bash (like while IFS=, read ...) will read that as an additional row and can cause inserts with empty values or row-count mismatches (the curriculum expects exactly 32 data rows after the header). Remove the trailing empty line so the file ends on the last data row.
2014,Eighth-Final,Belgium,United States,2,1


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants