-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_csv_with_errors.csv
We can make this file beautiful and searchable if this error is corrected: It looks like row 52 should actually have 6 columns, instead of 7 in line 51.
52 lines (52 loc) · 3.12 KB
/
test_csv_with_errors.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
ID,Name,Age,Email,City,"Registration Date"
1,"Smith, John",30,[email protected],"New York",2024-01-01
2,Jane Doe,25,[email protected],Los Angeles,2024-01-02
3,"Brown, Robert",,"[email protected]","San Francisco, CA",2024-01-03
4,Alice Johnson,28,[email protected],"Chicago",2024-01-04
5,"Williams, David",35,[email protected],"Houston",2024-01-05
6,Emma Wilson,31,[email protected],"Phoenix",2024-01-06
7,Michael Lee,29,[email protected],"Philadelphia",2024-01-07
8,Sarah Davis,33,[email protected],Dallas,2024-01-08
9,Thomas Anderson,27,[email protected],"San Diego",2024-01-09
10,"Clark, Emily",32,[email protected],"San Jose",2024-01-10
11,James Wilson,34,[email protected],"Austin",2024-01-11
12,Olivia Martin,26,[email protected],"Jacksonville",2024-01-12
13,Daniel Thompson,30,[email protected],"San Francisco",2024-01-13
14,"Taylor, Sophia",29,[email protected],"Indianapolis",2024-01-14
15,Christopher Lee,31,[email protected],"Columbus",2024-01-15
16,Ava White,28,[email protected],"Fort Worth",2024-01-16
17,Matthew Brown,33,"[email protected]","Charlotte",2024-01-17
18,Emma Harris,27,[email protected],"Seattle",2024-01-18
19,Andrew Clark,35,[email protected],"Denver",2024-01-19
20,Isabella King,30,[email protected],"Washington",2024-01-20
21,"Johnson, William",32,[email protected],"Nashville",2024-01-21
"22","Mia Scott",29,[email protected],El Paso,2024-01-22
23,Ethan Green,31,[email protected],"Boston",2024-01-23
24,Sophie Turner,28,[email protected],"Portland",2024-01-24
25,"Benjamin, Adams",34,[email protected],"Las Vegas",2024-01-25
26,Charlotte Hill,26,[email protected],"Oklahoma City",2024-01-26
27,Joseph Young,33,[email protected],"Detroit",2024-01-27
28,"Amelia, Parker",30,[email protected],"Memphis",2024-01-28
29,Samuel Phillips,27,[email protected],Louisville,2024-01-29
30,Victoria Reed,32,[email protected],"Baltimore",2024-01-30
31,David Cooper,29,"[email protected]","Milwaukee",2024-01-31
32,Grace Morgan,31,[email protected],Albuquerque,2024-02-01
33,Ryan Murphy,28,[email protected],"Tucson",2024-02-02
34,Lily Baker,33,[email protected],"Fresno",2024-02-03
35,Nathan Collins,30,[email protected],"Sacramento",2024-02-04
36,Zoe Edwards,27,[email protected],"Kansas City",2024-02-05
37,Alexander Ward,34,[email protected],"Miami",2024-02-06
38,Hannah Morris,31,[email protected],"Raleigh",2024-02-07
39,"Carter, Evelyn",29,[email protected],Omaha,2024-02-08
40,Christopher Reed,32,[email protected],"Oakland",2024-02-09
41,Aria Wood,28,[email protected],"Minneapolis",2024-02-10
42,Liam Foster,30,[email protected],"Tulsa",2024-02-11
43,Chloe Price,33,"[email protected]","Wichita",2024-02-12
44,Jonathan Hughes,31,[email protected],"New Orleans",2024-02-13
45,Scarlett Bennett,27,[email protected],"Arlington",2024-02-14
46,Isaac Cox,34,[email protected],Tampa,2024-02-15
47,Audrey Simmons,29,[email protected],"Bakersfield",2024-02-16
48,"Dylan, Patel",32,[email protected],"Anaheim",2024-02-17
49,Leah Griffin,30,[email protected],Honolulu,2024-02-18
50,Owen Harrison,28,[email protected],"Riverside",2024-02-19
51,"N/A","Max Power","Forty-Two",[email protected],"Springfield, Anystate","2024-02-30"