Skip to content

Commit 56e3697

Browse files
authored
added a test.csv file for testing
1 parent 14a9a39 commit 56e3697

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
age,income,loan_approved
2+
25,40000,0
3+
35,60000,1
4+
45,80000,1
5+
30,50000,0
6+
50,90000,1
7+
28,42000,0
8+
42,75000,1
9+
39,65000,1
10+
33,48000,0
11+
55,100000,1
12+
26,41000,0
13+
31,53000,0
14+
48,85000,1
15+
29,46000,0
16+
41,70000,1
17+
38,62000,1
18+
52,95000,1
19+
34,56000,0
20+
47,88000,1
21+
40,72000,1

0 commit comments

Comments
 (0)