Skip to content

Instantly share code, notes, and snippets.

@zedr
Last active February 5, 2025 11:59
Show Gist options
  • Select an option

  • Save zedr/b6a89ec06a436967d17b16cc22dd667d to your computer and use it in GitHub Desktop.

Select an option

Save zedr/b6a89ec06a436967d17b16cc22dd667d to your computer and use it in GitHub Desktop.
students.csv
We can make this file beautiful and searchable if this error is corrected: It looks like row 4 should actually have 1 column, instead of 2 in line 3.
id;first_name;last_name;year_of_birth;gender;email;assignments
1;John;Doe;2000;M;jdoe@example.com;12
2;Jane;Smith;2001;F;jsmith@example.com;8
3;Sarah;Thomas;2000;F;sthomas@example.com,1
4;Frank;Brown;2000;M;fbrown@example.com;3
8;Mike;Davis;1999;M;mdavis@example.com;4
9;Jennifer;Wilson;2002;F;jwilson@example.com;3
10;Jessica;Garcia;2000;F;jgarcia@example.com;4
11;Jane;Clark;2001;F;jclark@example.com;
12;Bob;Lopez;2000;M;blopez@example.com;1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment